quickbook/test/list_test-1_6-fail.quickbook
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

47 lines
370 B
Plaintext

[article List Test
[quickbook 1.6]
]
Markup in list:
* [table [[Heading]][[Cell]]]
* [heading The heading for a list item]
The content of the list item.
[section Paragraphs in list items]
* A1
A2
* B1
* C1
C2
B2
* D1
* E1
E2
E3
D2
[endsect]
[section Indented code blocks in lists]
* A
B
C
* D
E
* F
[endsect]