What steps will reproduce the problem?
Run pandoc -r rst on the following input:
``#``
Indented code block
Indented code block
Expected output: an inline literal # followed by two h1 headings.
The problem: Pandoc will get this right, but it takes forever. This
happens even with r526, which fixed a few bugs in RST parsing. Note
that the inline literal by itself, or the headings by themselves,
are parsed quickly.
This bug is responsible for pandoc's hanging while trying to parse the RST
markup specification:
http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.txt
Original issue reported on code.google.com by fiddloso...@gmail.com on 12 Feb 2007 at 3:59
Indented code block
Original issue reported on code.google.com by
fiddloso...@gmail.com
on 12 Feb 2007 at 3:59