f3cfeba3ef
Previously we parsed them but discarded part of the content. Closes #8028.
10 lines
112 B
Markdown
10 lines
112 B
Markdown
```
|
|
% pandoc
|
|
foo^[a note
|
|
|
|
with multiple paragraphs]
|
|
^D
|
|
<p>foo^[a note</p>
|
|
<p>with multiple paragraphs]</p>
|
|
|
|
```
|