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 904ec5f commit a0bf9c9Copy full SHA for a0bf9c9
spec.txt
@@ -2237,6 +2237,29 @@ aaa
2237
````````````````````````````````
2238
2239
2240
+Within a code fence, other block-level constructs such as lists or thematic
2241
+breaks are ignored.
2242
+
2243
+```````````````````````````````` example
2244
+```
2245
+yaml:
2246
+- A
2247
+- yaml
2248
+- list
2249
+---
2250
+another: "yaml doc"
2251
2252
+.
2253
+<pre><code>yaml:
2254
2255
2256
2257
2258
+another: "yaml doc"
2259
+</code></pre>
2260
+````````````````````````````````
2261
2262
2263
Fenced code blocks can interrupt paragraphs, and can be followed
2264
directly by paragraphs, without a blank line between:
2265
0 commit comments