Files
quickbook/test/code-snippet.quickbook
Daniel James 13e2a24f71 Test spaces around inline code. Fixes #1176
This was fixed some time ago, just confirming.

[SVN r62464]
2010-06-06 07:19:46 +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]