Ticket #39 (new enhancement)
Add support for MultiMarkdown
| Reported by: | deveiant | Owned by: | deveiant |
|---|---|---|---|
| Priority: | normal | Milestone: | New Features Post Markdown 1.0.1 |
| Component: | MarkdownSyntax | Version: | 1.0.1 |
| Severity: | normal | Keywords: | multimarkdown alternate syntax |
| Cc: |
Description
I like MultiMarkdown, and could use it for all kinds of stuff myself, so it'd be nice to be able to turn on support for it. Something like:
bc = BlueCloth.new( my_document ) bc.multimarkdown = true puts bc.to_html
or
puts BlueCloth.new( my_document, :multimarkdown => true ).to_html
Change History
Note: See
TracTickets for help on using
tickets.
