pandoc/test/command/6699.md
John MacFarlane 188c444990 RST reader: apply .. class:: directly to following Header.
rather than creating a surrounding Div.

Closes #6699.
2020-09-25 09:06:15 -07:00

13 lines
163 B
Markdown

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