mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 21:25:48 +00:00
Previously we parsed them but discarded part of the content. Closes #8028.
11 lines
112 B
Markdown
11 lines
112 B
Markdown
```
|
|
% pandoc
|
|
foo^[a note
|
|
|
|
with multiple paragraphs]
|
|
^D
|
|
<p>foo^[a note</p>
|
|
<p>with multiple paragraphs]</p>
|
|
|
|
```
|