Files
quickbook/test/code-block-3.quickbook
Daniel James ddca4f710b Quickbook: Merge from trunk.
- 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]
2011-10-06 22:10:28 +00:00

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]