mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-02 21:55:44 +00:00
Note that the fix for #5099 also fixes #5053, a pandoc 2.4 regression in parsing underscore emphasis after symbols.
15 lines
159 B
Markdown
15 lines
159 B
Markdown
```
|
|
% pandoc
|
|
—_legibility_—
|
|
^D
|
|
<p>—<em>legibility</em>—</p>
|
|
```
|
|
|
|
```
|
|
% pandoc
|
|
_filename_|_filetype_
|
|
^D
|
|
<p><em>filename</em>|<em>filetype</em></p>
|
|
```
|
|
|