aboutsummaryrefslogtreecommitdiff
path: root/test/command/3947.md
blob: 095b2676753c2586b528038cd4ab004e9206b912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```
% pandoc -t native
\newpage

	Code block

	Another Code block
^D
[ RawBlock
  ( Format "tex" ) "\\newpage"
, CodeBlock
  ( "", [], [] ) "Code block\n\nAnother Code block"
]
```