@@ -124,17 +124,17 @@ Summary Table
124
124
+--------------+------------------------------------------------------------+----------------------------------------------+
125
125
| **Element ** | **Syntax Example ** | **Description ** |
126
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 |
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
138
+--------------+------------------------------------------------------------+----------------------------------------------+
139
139
140
140
0 commit comments