Skip to content

Commit f660063

Browse files
mcanouilgithub-actions[bot]
authored andcommitted
fix: code block inside list example
(cherry picked from commit 6fdfe6c)
1 parent f2baaa7 commit f660063

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)