diff --git a/spec.txt b/spec.txt index e1c13cf0..fce1a0ea 100644 --- a/spec.txt +++ b/spec.txt @@ -2237,6 +2237,29 @@ aaa ```````````````````````````````` +Within a code fence, other block-level constructs such as lists or thematic +breaks are ignored. + +```````````````````````````````` example +``` +yaml: +- A +- yaml +- list +--- +another: "yaml doc" +``` +. +
yaml:
+- A
+- yaml
+- list
+---
+another: "yaml doc"
+
+````````````````````````````````
+
+
Fenced code blocks can interrupt paragraphs, and can be followed
directly by paragraphs, without a blank line between: