mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 18:52:26 +00:00
- Explicitly use filesystem v2. - Fix command line macros. - Allow headings to have ids (quickbook 1.6) - Trim space from the start of titles, after ids. - Don't put nested lists inside inside boostbook paragraphs. - Improved code block parser. - Small improvements to the template implementation. - Merge multiple list items in variable list entries. - Nested code snippets. - Bump version number for 1.5.3. [SVN r64979]
30 lines
517 B
Plaintext
30 lines
517 B
Plaintext
[article Indented code blocks
|
|
[quickbook 1.5]
|
|
[source-mode teletype]
|
|
]
|
|
|
|
In a paragraph.
|
|
Still in a paragraph.
|
|
|
|
In a code block.
|
|
|
|
Back in a paragraph.
|
|
|
|
Code block line 1.
|
|
Code block line 2.
|
|
Code block line 3.
|
|
|
|
Paragraph.
|
|
|
|
Code block with no trailing blank lines.
|
|
Paragraph.
|
|
|
|
[heading Code blocks separated by comment]
|
|
|
|
First code block.
|
|
[/ Comment]
|
|
Second code block.
|
|
[/ Comment in second code block]
|
|
Still second code block.
|
|
[/ Comment trailing second code block]
|