Skip to content

Commit

Permalink
Added test for #5053.
Browse files Browse the repository at this point in the history
Note that the fix for #5099 also fixes #5053, a pandoc 2.4
regression in parsing underscore emphasis after symbols.
  • Loading branch information
jgm committed Nov 26, 2018
1 parent edc6510 commit 83c0789
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/command/5053.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
```
% pandoc
—_legibility_—
^D
<p>—<em>legibility</em>—</p>
```

```
% pandoc
_filename_|_filetype_
^D
<p><em>filename</em>|<em>filetype</em></p>
```

0 comments on commit 83c0789

Please sign in to comment.