Sha256: 8a0293e73ea77e2f63c0791f5c2452290652073b8c30003ec7435021f376bf5e
Contents?: true
Size: 980 Bytes
Versions: 65
Compression:
Stored size: 980 Bytes
Contents
--- # Bret Pettichord, Thanks. in: |- * first line * second line * third line out: |- <ul> <li>first line</li> <li>second line</li> <li>third line</li> </ul> --- in: |- p. start * one and one * two and two * three p. end out: |- <p>start</p> <ul> <li>one and one</li> <li>two and two</li> <li>three</li> </ul> <p>end</p> --- in: |- Funky: * Testing *# number *##* bullet *# number *# number yeah number #* bullet *** okay ****# what out: |- <p>Funky:</p> <ul> <li>Testing <ol> <li>number <ul> <li>bullet</li> </ul> </li> <li>number</li> <li>number yeah number</li> <ul> <li>bullet <ul> <li>okay <ol> <li>what</li> </ul></li> </ol></li> </ul></li> </ul></li> </ol> --- in: "* command run: @time ruby run-tests.rb > toto@" out: "<ul>\n\t<li>command run: <code>time ruby run-tests.rb > toto</code></li>\n\t</ul>"
Version data entries
65 entries across 65 versions & 7 rubygems