mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 18:52:26 +00:00
Left docs out of this merge, I want to do a little work on them. - Add 'lang' element to docinfo. - Improved anchor implementation. Especially for using an anchor before a section or heading. - Reorganize the grammar, there's now a single main grammar. Elements are added separately using the Nabialek trick. - Fixed some more issues where lines containing comments were treated as blank lines. - Introduce a spirit rule for scoped actions when parsing. Could do with some improvement, but works okay. - Allow import, include and xinclude in conditional phrases. Will allow more block elements in a future version. - Use filesystem 3. Remove cygwin support. [SVN r67784]
46 lines
795 B
Plaintext
46 lines
795 B
Plaintext
[article Various blocks
|
|
[quickbook 1.5]
|
|
]
|
|
|
|
[heading Blockquotes]
|
|
|
|
Here's a blockquote:
|
|
|
|
[:Blockquote.]
|
|
|
|
And another:
|
|
|
|
[:
|
|
Blockquote first paragraph.
|
|
|
|
Blockquote second paragraph.
|
|
]
|
|
|
|
[heading Admonitions]
|
|
|
|
[warning Warning]
|
|
[caution Caution]
|
|
[important Important]
|
|
[note Note]
|
|
[tip Tip]
|
|
|
|
[warning Warning first paragraph.
|
|
|
|
Warning second paragraph.]
|
|
|
|
[heading Blurb]
|
|
|
|
[blurb Blurb]
|
|
|
|
[heading Inline blocks]
|
|
|
|
[: Blockquote containing a footnote[footnote Here it is!].]
|
|
|
|
[/ Unfortunately footnotes currently can't contain blocks.]
|
|
|
|
[/ Quickbook shouldn't think that this is a tip]
|
|
[tipping point]
|
|
|
|
Multiple paragraphs because of the inline blocks. [warning Warning] This
|
|
line should appear as a separate paragraph.[warning Warning]
|
|
* This should be a list item because it's preceded by block markup. |