Skip to content

Commit 9226a29

Browse files
committed
lets see if the tables good now
1 parent 76ed057 commit 9226a29

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

rst/how-to-use-rst.rst

+11-11
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,17 @@ Summary Table
124124
+--------------+------------------------------------------------------------+----------------------------------------------+
125125
| **Element** | **Syntax Example** | **Description** |
126126
+--------------+------------------------------------------------------------+----------------------------------------------+
127-
| **Title** | ``Title Level 1\n===========`` | Creates a title or section header |
128-
| **Paragraph**| ``This is a paragraph.`` | Creates a paragraph |
129-
| **Italic** | ``*Italic*`` | Creates italic text |
130-
| **Bold** | ``**Bold**`` | Creates bold text |
131-
| **List** | ``- Item 1\n- Item 2`` | Creates an unordered list |
132-
| **Image** | ``.. image:: path/to/image.png\n :alt: Alt text`` | Embeds an image |
133-
| **Video** | ``.. raw:: html\n <iframe src="URL"></iframe>`` | Embeds a video |
134-
| **Link** | `` `Link text <http://example.com>`_ `` | Creates a hyperlink |
135-
| **Table** | ``+---+---+\n| H1 | H2 |\n+===+===+\n| C1 | C2 |\n+---+---+`` | Creates a simple table |
136-
| **Code** | ``::\n def func():\n print("code")`` | Creates a code block |
137-
| **Directive**| ``.. note::\n This is a note.`` | Adds special content like notes or warnings |
127+
| ``**Title**`` | ``Title Level 1\n===========`` | Creates a title or section header |
128+
| ``**Paragraph**``| ``This is a paragraph.`` | Creates a paragraph |
129+
| ``**Italic**`` | ``*Italic*`` | Creates italic text |
130+
| ``**Bold**`` | ``**Bold**`` | Creates bold text |
131+
| ``**List**`` | ``- Item 1\n- Item 2`` | Creates an unordered list |
132+
| ``**Image**`` | ``.. image:: path/to/image.png\n :alt: Alt text`` | Embeds an image |
133+
| ``**Video**`` | ``.. raw:: html\n <iframe src="URL"></iframe>`` | Embeds a video |
134+
| ``**Link**`` | `` `Link text <http://example.com>`_ `` | Creates a hyperlink |
135+
| ``**Table**`` | ``+---+---+\n| H1 | H2 |\n+===+===+\n| C1 | C2 |\n+---+---+`` | Creates a simple table |
136+
| ``**Code**`` | ``::\n def func():\n print("code")`` | Creates a code block |
137+
| ``**Directive**``| ``.. note::\n This is a note.`` | Adds special content like notes or warnings |
138138
+--------------+------------------------------------------------------------+----------------------------------------------+
139139

140140

0 commit comments

Comments
 (0)