aboutsummaryrefslogtreecommitdiff
path: root/test/command/4667.md
blob: a4ea0a5f41dc4c8035e1ab380145abc3a64560d1 (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}
```