Features:
-
Support for Creole (wiki format)
Features:
-
Support for Textile.
-
McBean#to_html now does the right thing when the instance is created via McBean.markdown or McBean.textile.
-
McBean#to_html now entity-escapes unsafe and invalid HTML tags (thanks to Loofah).
Deprecations:
-
McBean.new and .allocate are now private. You shouldn’t have been using them, anyway.
-
McBean#html and #markdown accessors have been dropped.
-
Converts Markdown to HTML (thanks to RDiscount). GH #2.
-
elements are converted into newlines (markdown). GH #5 -
<a> elements without an ‘href’ attribute are not rendered as hyperlinks (markdown). GH #4
-
Command line utility “mcbean”
-
Demo site on Heroku
-
Better hyperlink handling
-
Happy Birthday!
-
Converts HTML documents to Markdown.