aboutsummaryrefslogtreecommitdiff
path: root/test/command/6699.md
blob: 3f0f129e4f7a6619778af92072c8b5a426eaf0f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
```
% pandoc -f rst -t native
.. class:: allowframebreaks

title
-----

text
^D
[ Header 1
  ( "title", [ "allowframebreaks" ], [] )
  [ Str "title" ]
, Para
  [ Str "text" ]
]
```