9b5ec100e5
We now escape `\` only if `raw_tex` is enabled or it is followed by a non-alphanumeric.
263 B
263 B
This command comes through as regular text:
% pandoc -f latex+raw_tex -t native
\maketitle
^D
[ RawBlock (Format "latex") "\\maketitle" ]
% pandoc -f latex -t native
\maketitle
^D
[]
% pandoc -f latex -t rst
\maketitle
Hello.
^D
Hello.