mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-26 06:42:27 +00:00
- Qualify footnote and callout ids. - Close open sections at end of document. - New markup for anchors in headers. - Clean up some whitespace in generated xml. - Fix double addition of anchor ids. - A couple of doc changes from Beman. [SVN r74769]
22 lines
246 B
Plaintext
22 lines
246 B
Plaintext
[article Code Block 3]
|
|
|
|
[section Python code block]
|
|
|
|
[python]
|
|
``
|
|
print "\xfabln\xeck"
|
|
``
|
|
|
|
[endsect]
|
|
|
|
[section C++ code block]
|
|
|
|
This isn't valid C++ but I think we should accept it;
|
|
|
|
[c++]
|
|
``
|
|
std::cout<<"\xfabln\xeck"<<"\n";
|
|
``
|
|
|
|
[endsect]
|