pandoc/test/command/6699.md

16 lines
182 B
Markdown
Raw Normal View History

```
% pandoc -f rst -t native
.. class:: allowframebreaks
title
-----
text
^D
[ Header
1 ( "title" , [ "allowframebreaks" ] , [] ) [ Str "title" ]
, Para [ Str "text" ]
]
```