Skip to content

Commit 6fdfe6c

Browse files
committed
fix: code block inside list example
1 parent 4133fd3 commit 6fdfe6c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/authoring/markdown-basics.qmd

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,16 @@ This document provides examples of the most commonly used markdown syntax. See t
135135
| A. sub-sub-item 1 | A. sub-sub-item 1 |
136136
| ``` | |
137137
+-----------------------------------+---------------------------------+
138-
| ``` markdown | |
138+
| ```` markdown | |
139139
| 1. ordered list | 1. ordered list |
140140
| 2. item 2 | 2. item 2 |
141+
| | |
141142
| ```python | ```python |
142143
| print("Hello, World!") | print("Hello, World!") |
143144
| ``` | ``` |
145+
| | |
144146
| A. sub-sub-item 1 | A. sub-sub-item 1 |
145-
| ``` | |
147+
| ```` | |
146148
+-----------------------------------+---------------------------------+
147149
| ``` markdown | |
148150
| - [ ] Task 1 | - [ ] Task 1 |

0 commit comments

Comments
 (0)