File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ Summary Table
132132| **Image ** | ``.. image:: path/to/image.png\n :alt: Alt text `` | Embeds an image |
133133| **Video ** | ``.. raw:: html\n <iframe src="URL"></iframe> `` | Embeds a video |
134134| **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 |
136136| **Code ** | ``::\n def func():\n print("code") `` | Creates a code block |
137137| **Directive**| ``.. note::\n This is a note.`` | Adds special content like notes or warnings |
138138+--------------+------------------------------------------------------------+----------------------------------------------+
You can’t perform that action at this time.
0 commit comments