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 4133fd3 commit 6fdfe6cCopy full SHA for 6fdfe6c
docs/authoring/markdown-basics.qmd
@@ -135,14 +135,16 @@ This document provides examples of the most commonly used markdown syntax. See t
135
| A. sub-sub-item 1 | A. sub-sub-item 1 |
136
| ``` | |
137
+-----------------------------------+---------------------------------+
138
-| ``` markdown | |
+| ```` markdown | |
139
| 1. ordered list | 1. ordered list |
140
| 2. item 2 | 2. item 2 |
141
+| | |
142
| ```python | ```python |
143
| print("Hello, World!") | print("Hello, World!") |
144
| ``` | ``` |
145
146
-| ``` | |
147
+| ```` | |
148
149
| ``` markdown | |
150
| - [ ] Task 1 | - [ ] Task 1 |
0 commit comments