Skip to content

Commit 76ed057

Browse files
committed
table issues
1 parent e72b784 commit 76ed057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rst/how-to-use-rst.rst

+1-1
Original file line numberDiff line numberDiff 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
+--------------+------------------------------------------------------------+----------------------------------------------+

0 commit comments

Comments
 (0)