File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Summary Table
132
132
| **Image ** | ``.. image:: path/to/image.png\n :alt: Alt text `` | Embeds an image |
133
133
| **Video ** | ``.. raw:: html\n <iframe src="URL"></iframe> `` | Embeds a video |
134
134
| **Link ** | `` `Link text <http://example.com >`_ `` | Creates a hyperlink |
135
- | **Table ** | ``+---+---+ \n | H1 | H2 |\n +===+===+ \n | C1 | C2 |\n +---+---+ `` | Creates a simple table |
135
+ | **Table ** | ``+---+---+ \n | H1 | H2 |\n +===+===+ \n | C1 | C2 |\n +---+---+ `` | Creates a simple table |
136
136
| **Code ** | ``::\n def func():\n print("code") `` | Creates a code block |
137
137
| **Directive**| ``.. note::\n This is a note.`` | Adds special content like notes or warnings |
138
138
+--------------+------------------------------------------------------------+----------------------------------------------+
You can’t perform that action at this time.
0 commit comments