mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
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:
@@ -0,0 +1,14 @@
|
||||
```
|
||||
% pandoc
|
||||
—_legibility_—
|
||||
^D
|
||||
<p>—<em>legibility</em>—</p>
|
||||
```
|
||||
|
||||
```
|
||||
% pandoc
|
||||
_filename_|_filetype_
|
||||
^D
|
||||
<p><em>filename</em>|<em>filetype</em></p>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user