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 &gt; toto</code></li>\n\t</ul>"

Version data entries

65 entries across 65 versions & 7 rubygems

Version Path
gsterndale-warrant-0.2.0 test/rails_root/vendor/gems/RedCloth-3.0.4/tests/lists.yml
radiant-1.0.0.rc2 vendor/redcloth/tests/lists.yml
radiant-1.0.0.rc1 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.2.4 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.2.2 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.2.1 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.2 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.1.9 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.1.8 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.1.7 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.1.6 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.1.5 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.1.4 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.1.3 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.1.2 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.1.1 vendor/redcloth/tests/lists.yml
radiantcms-couchrest_model-0.1 vendor/redcloth/tests/lists.yml
radiant-0.7.2 vendor/redcloth/tests/lists.yml
radiant-0.9.1 vendor/redcloth/tests/lists.yml
radiant-0.8.2 vendor/redcloth/tests/lists.yml