mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-25 06:22:16 +00:00
Don't match empty paragraphs.
[SVN r63611]
This commit is contained in:
@@ -415,7 +415,7 @@ namespace quickbook
|
||||
;
|
||||
|
||||
paragraph =
|
||||
*( common
|
||||
+( common
|
||||
| (anychar_p - // Make sure we don't go past
|
||||
paragraph_end // a single block.
|
||||
) [actions.plain_char]
|
||||
|
||||
@@ -203,6 +203,7 @@ Features include:
|
||||
* Don't treat 4+ consecutive blank lines as multiple paragraph breaks.
|
||||
* Don't require commas between authors in docinfo.
|
||||
* Allow empty document bodies.
|
||||
* Less empty paragraphs.
|
||||
|
||||
[endsect]
|
||||
|
||||
|
||||
0
test/empty.quickbook
Normal file
0
test/empty.quickbook
Normal file
@@ -6,3 +6,4 @@
|
||||
[include include-sub.quickbook]
|
||||
[include include-sub2.quickbook]
|
||||
[include:foo include-sub2.quickbook]
|
||||
[include empty.quickbook]
|
||||
Reference in New Issue
Block a user