Sha256: 0bd28093584e3b42b5deaf6c26b2bad62eb7ae1cfb0bf8e03ca12e1fbd0852fa
Contents?: true
Size: 950 Bytes
Versions: 1
Compression:
Stored size: 950 Bytes
Contents
= Text Markup and Links Some text which contains <b>bold</b> and <tt>code</tt> and <em>emphasized</em>. Okay let's see how it is doing with links: * {RDoc}[http://rdoc.org] == Source Code Multiple lines of code: # This is some code That should be parsed right Single line of code: #and some code again == A List * <b>A list entry</b> * * A sublist entry * A sublist entry * * * A sublist entry == A Table <table> <tr> <th>Value </th> <th>JMeter </th> <th>BigBench </th> </tr> <tr> <td> Total Requests </td> <td> 48.014 </td> <td> 55.484 </td> </tr> <tr> <td> Requests/sec </td> <td> 377 </td> <td> 462 </td> </tr> <tr> <td> Percentages </td> <td> 100%% </td> <td> 116% </td> </tr> </table> == An Image http://southdesign.github.com/bigbench/images/structure.png
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redcloth-formatters-rdoc-0.0.1 | spec/fixtures/sample.rdoc |