pandoc/test/command/7134.md
John MacFarlane 1c23e3a824 RST reader: fix logic for ending comments.
Previously comments sometimes got extended too far.  Closes #7134.
2021-03-09 13:03:27 -08:00

440 B

% pandoc -f rst -t native
This is a paragraph.

    This is a block quote.

..

    This should be a second block quote.
^D
[Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "paragraph."]
,BlockQuote
 [Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "block",Space,Str "quote."]]
,BlockQuote
 [Para [Str "This",Space,Str "should",Space,Str "be",Space,Str "a",Space,Str "second",Space,Str "block",Space,Str "quote."]]]