Skip to content

Instantly share code, notes, and snippets.

@stepahn
Created April 22, 2009 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stepahn/99828 to your computer and use it in GitHub Desktop.
Save stepahn/99828 to your computer and use it in GitHub Desktop.
RedCloth.new(" *222 Something* I would expect to be just a little bit emphasized").to_html
=> "<strong>222 Something</strong> I would expect to be just a little bit emphasized
RedCloth.new("*222 Something* I would expect to be just a little bit emphasized").to_html
=> "<ul start=\"222\">\n\t<li>Something* I would expect to be just a little bit emphasized</li>\n</ul>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment