Created
April 22, 2009 14:40
-
-
Save stepahn/99828 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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