Skip to content

Instantly share code, notes, and snippets.

@ddribin
Created May 7, 2009 20:27
Show Gist options
  • Save ddribin/108335 to your computer and use it in GitHub Desktop.
Save ddribin/108335 to your computer and use it in GitHub Desktop.
% redcloth
*(foo) one
* two
* three
* four
<ul class="foo">
<li>one</li>
<li>two</li>
<li>three</li>
</ul>
<ul>
<li>four</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment