pandoc/test/command/4667.md
John MacFarlane 5f7e7f539a Add missing % on command tests.
This prevented `--accept` from working properly.
2021-09-21 10:42:24 -07:00

223 B

% pandoc -t latex
---
header-includes:
- \newcommand{\blandscape}{\begin{landscape}}
- \newcommand{\elandscape}{\end{landscape}}
...

\blandscape

testing

\elandscape
^D
\begin{landscape}

testing

\end{landscape}