Files
quickbook/test/code-snippet.quickbook
Daniel James a666d8a628 Merge quickbook.
[SVN r63267]
2010-06-23 19:33:37 +00:00

13 lines
298 B
Plaintext

[article Code Snippets
]
[section A code snippet]
Code snippets inlined in text, as in `namespace quickbook { static const int
value = 0; }`, should be properly formatted and not glued to the surrounding
text.
There shoud be no spacees around (`this`), and spaces around `this` code.
[endsect]