diff options
Diffstat (limited to 'test/command/6296.md')
-rw-r--r-- | test/command/6296.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/6296.md b/test/command/6296.md new file mode 100644 index 000000000..f4ce6b6d5 --- /dev/null +++ b/test/command/6296.md @@ -0,0 +1,14 @@ +``` +% pandoc -f native -t markdown +[Str "_hi_there"] +^D +\_hi_there +``` + +``` +% pandoc -f native -t markdown-intraword_underscores +[Str "_hi_there"] +^D +\_hi\_there +``` + |