From 83c0789205fea09ccdea2c97ccb64569f84d366b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 25 Nov 2018 22:50:16 -0800 Subject: Added test for #5053. Note that the fix for #5099 also fixes #5053, a pandoc 2.4 regression in parsing underscore emphasis after symbols. --- test/command/5053.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/command/5053.md (limited to 'test/command/5053.md') diff --git a/test/command/5053.md b/test/command/5053.md new file mode 100644 index 000000000..01d8b699e --- /dev/null +++ b/test/command/5053.md @@ -0,0 +1,14 @@ +``` +% pandoc +—_legibility_— +^D +

legibility

+``` + +``` +% pandoc +_filename_|_filetype_ +^D +

filename|filetype

+``` + -- cgit v1.2.3