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:
parent
edc651059e
commit
83c0789205
1 changed files with 14 additions and 0 deletions
14
test/command/5053.md
Normal file
14
test/command/5053.md
Normal 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>
|
||||
```
|
||||
|
Loading…
Reference in a new issue