aboutsummaryrefslogtreecommitdiff
path: root/test/command/4667.md
blob: 1fff3708def371bbcad5afa8ad47d915e96a91dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
```
pandoc -t latex
---
header-includes:
- \newcommand{\blandscape}{\begin{landscape}}
- \newcommand{\elandscape}{\end{landscape}}
...

\blandscape

testing

\elandscape
^D
\begin{landscape}

testing

\end{landscape}
```