Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Pandoc's rst parser handles quoted literal blocks using the '|' character. I
didn't know you could also use these other characters -- perhaps that is a
recent addition? In any case, I don't see how a rst parser is supposed to know
whether
- one
- two
is a quoted literal block or a list! Also, I tried with rst2html (from
Docutils 0.7), and while '>' and '|' worked, '}' did not.
Original comment by fiddloso...@gmail.com
on 7 Jun 2011 at 10:14
That's interesting. It isn't working for me. Can you post the rst you used
where it worked, so I can see if there's something wrong with my source?
(I'm not producing the rst, just trying to convert it.)
Original comment by jdsimon...@gmail.com
on 8 Jun 2011 at 8:19
Oops, I was confusing "line blocks" (using |) with quoted literal blocks. Only
the former are supported in pandoc.
Though I wonder how the rst parser is supposed to know whether
| hi
| there
is a line block or a quoted literal block?
It seems to match the specification for both.
Original comment by fiddloso...@gmail.com
on 9 Jun 2011 at 12:50
Original issue reported on code.google.com by
jdsimon...@gmail.com
on 6 Jun 2011 at 10:11