Sha256: 6b761af29a5e589db70287957975bc791d6c0c277495e02a10a0fdd69d44a926
Contents?: true
Size: 852 Bytes
Versions: 3
Compression:
Stored size: 852 Bytes
Contents
Example Quote Error =================== ## In the text: This is Renzo's code. Debian's lintian returns the following warning: acute-accent-in-manual-page This manual page uses the \' groff sequence. Usually, the intent to generate an apostrophe, but that sequence actually renders as a an acute accent. For an apostrophe or a single closing quote, use plain '. For single opening quote, i.e. a straight downward line ' like the one used in shell commands, use \(aq. ## Basic code block The situation is even worse when there are code blocks, mainly code chunks or commands. E.g., copy-paste fails. Type the following command `echo 'Hello World'`. ``` bash $ echo 'hello world' ``` The following code cannot be compiled: ``` C int main() { int example = 42; switch (example) { case 'a': return 10; default: return 42; } } ```
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
nronn-0.10.1.pre3 | test/code_blocks_regression.ronn |
nronn-0.10.1.pre2 | test/code_blocks_regression.ronn |
ronn-ng-0.10.1.pre1 | test/code_blocks_regression.ronn |