Skip to content

Instantly share code, notes, and snippets.

@cloudhead
Created February 6, 2009 20:32
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 cloudhead/59593 to your computer and use it in GitHub Desktop.
Save cloudhead/59593 to your computer and use it in GitHub Desktop.
class String
def to_html
Prose.new(self).parse(false)
end
def to_html_lite
Prose.new(self).parse(true)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment