Skip to content

Instantly share code, notes, and snippets.

@meineerde
Created April 7, 2010 13:00
Show Gist options
  • Save meineerde/358847 to your computer and use it in GitHub Desktop.
Save meineerde/358847 to your computer and use it in GitHub Desktop.
# first numbered item
** subitem
# second numbered item
** subitem
<ol>
<li>first numbered item
<ul><li>subitem</li></ul>
</li>
<li>second numbered item
<ul><li>subitem</li></ul>
</li>
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment