pandoc/test/command/4280.md
John MacFarlane 957c0e110d RST reader: fix parsing of headers with trailing space.
This was a regression in pandoc 2.0.

Closes #4280.
2018-01-20 11:10:09 -08:00

7 lines
95 B
Markdown

```
% pandoc -f rst -t native
Driver
------
^D
[Header 1 ("driver",[],[]) [Str "Driver"]]
```