Skip to content

Commit 4133fd3

Browse files
committed
fix: add list block example
1 parent 858b1c0 commit 4133fd3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/authoring/markdown-basics.qmd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,15 @@ This document provides examples of the most commonly used markdown syntax. See t
136136
| ``` | |
137137
+-----------------------------------+---------------------------------+
138138
| ``` 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 | |
139148
| - [ ] Task 1 | - [ ] Task 1 |
140149
| - [x] Task 2 | - [x] Task 2 |
141150
| ``` | |

0 commit comments

Comments
 (0)