Commit Graph

8 Commits

Author SHA1 Message Date
Daniel James
8e0047f0fb Don't break out of a list after a block tag.
[SVN r84936]
2013-07-01 19:35:37 +00:00
Daniel James
0c69657973 Make nested paragraphs/code blocks in lists an error in 1.6.
They're now a 1.7 feature. Will revert to 1.5 behaviour before 1.6 final.

[SVN r84932]
2013-07-01 19:34:07 +00:00
Daniel James
fd49fdb531 Quickbook: Fix indented code parsing in lists.
[SVN r77346]
2012-03-15 22:59:49 +00:00
Daniel James
277bdf3a00 Quickbook: Fix handling of section tags in lists.
[SVN r77345]
2012-03-15 22:59:00 +00:00
Daniel James
fc5b7fb63d Quickbook: Fix ending a 1.6 list item by a paragraph.
[SVN r75838]
2011-12-07 09:18:22 +00:00
Daniel James
cc3ec7f700 Quickbook: Fix list processing bug.
[SVN r75700]
2011-11-28 00:13:10 +00:00
Daniel James
73f76e778e Quickbook: Allow block elements in lists.
[SVN r75632]
2011-11-22 23:50:48 +00:00
Daniel James
9711cead8b Quickbook: Parse lists with paragraphs.
Quite a big change. I moved the list logic into the grammar so that it's
easier to tell how to parse different blocks. Also reworked some of the
block vs. phrase stuff - it's a lot cleaner now which helped implement
this.  It generates terrible markup at the moment, but at least the
parser is in place.

[SVN r75446]
2011-11-10 18:17:00 +00:00