mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-11 20:07:22 +00:00
350 B
350 B
% pandoc -f markdown -t latex
\newcommand{\one}[1]{#1}
\newcommand{\two}[1]{#1}
Formatting *is* working **here**. But sticking \one{two }\two{commands}
together *breaks* formatting.
^D
\newcommand{\one}[1]{#1}
\newcommand{\two}[1]{#1}
Formatting \emph{is} working \textbf{here}. But sticking two commands
together \emph{breaks} formatting.