Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions spec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
.
<pre><code>yaml:
- A
- yaml
- list
---
another: &quot;yaml doc&quot;
</code></pre>
````````````````````````````````


Fenced code blocks can interrupt paragraphs, and can be followed
directly by paragraphs, without a blank line between:

Expand Down