We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858b1c0 commit 4133fd3Copy full SHA for 4133fd3
docs/authoring/markdown-basics.qmd
@@ -136,6 +136,15 @@ This document provides examples of the most commonly used markdown syntax. See t
136
| ``` | |
137
+-----------------------------------+---------------------------------+
138
| ``` markdown | |
139
+| 1. ordered list | 1. ordered list |
140
+| 2. item 2 | 2. item 2 |
141
+| ```python | ```python |
142
+| print("Hello, World!") | print("Hello, World!") |
143
+| ``` | ``` |
144
+| A. sub-sub-item 1 | A. sub-sub-item 1 |
145
+| ``` | |
146
++-----------------------------------+---------------------------------+
147
+| ``` markdown | |
148
| - [ ] Task 1 | - [ ] Task 1 |
149
| - [x] Task 2 | - [x] Task 2 |
150
0 commit comments