Skip to content

Commit 25bd100

Browse files
committed
maybe now
1 parent 9226a29 commit 25bd100

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

rst/how-to-use-rst.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -121,20 +121,20 @@ References to a :term:`term`.
121121
Summary Table
122122
-------------
123123

124-
+--------------+------------------------------------------------------------+----------------------------------------------+
125-
| **Element** | **Syntax Example** | **Description** |
126-
+--------------+------------------------------------------------------------+----------------------------------------------+
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 |
138-
+--------------+------------------------------------------------------------+----------------------------------------------+
124+
+--------------+---------------------------------------------------------------+----------------------------------------------+
125+
| **Element** | **Syntax Example** | **Description** |
126+
+--------------+---------------------------------------------------------------+----------------------------------------------+
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 |
138+
+--------------+---------------------------------------------------------------+----------------------------------------------+
139139

140140

0 commit comments

Comments
 (0)