Added test for #5053.

Note that the fix for #5099 also fixes #5053, a pandoc 2.4
regression in parsing underscore emphasis after symbols.
This commit is contained in:
John MacFarlane 2018-11-25 22:50:16 -08:00
parent edc651059e
commit 83c0789205

14
test/command/5053.md Normal file
View file

@ -0,0 +1,14 @@
```
% pandoc
—_legibility_—
^D
<p><em>legibility</em></p>
```
```
% pandoc
_filename_|_filetype_
^D
<p><em>filename</em>|<em>filetype</em></p>
```