mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 03:47:20 +00:00
9a809d4d01
when `intraword_underscores` extension is enabled. Closes #6296.
167 B
167 B
% pandoc -f native -t markdown
[Str "_hi_there"]
^D
\_hi_there
% pandoc -f native -t markdown-intraword_underscores
[Str "_hi_there"]
^D
\_hi\_there