Sha256: 3163ee09787cfe332c42c54e559acf59848b0ce35bcce56224a6e60526e91d5f
Contents?: true
Size: 466 Bytes
Versions: 3
Compression:
Stored size: 466 Bytes
Contents
.TH "CODE_BLOCKS" "" "January 1979" "" .SH "Basic code block" .nf Hello, world! .fi .SH "Language\-identified code blocks" .nf <html> <head> <title>Hello, world!</title> </head> <body> Hello, world! </body> </html> .fi .SH "Interspersed code blocks and text" Some text\. .IP "" 4 .nf Some code\. .fi .IP "" 0 .P Here's some <pre> text\. .IP "" 4 .nf This is pre text\. .fi .IP "" 0 .P Some more text\. .IP "" 4 .nf Some more code\. .fi .IP "" 0
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
nronn-0.10.1.pre3 | test/code_blocks.roff |
nronn-0.10.1.pre2 | test/code_blocks.roff |
ronn-ng-0.10.1.pre1 | test/code_blocks.roff |