fletcher / peg-multimarkdown

An implementation of MultiMarkdown in C, using a PEG grammar - a fork of jgm's peg-markdown. No longer under active development - see MMD 5.
Other
523 stars 55 forks source link

markdown=1 attribute not supported #6

Closed fletcher closed 13 years ago

fletcher commented 13 years ago

Currently, there is no way to tell peg-multimarkdown to process text inside of an html block.

I will probably add this as either a command line option, or support for the markdown=1 attribute that many other versions support.

fletcher commented 13 years ago

Use the --process-html command-line option for now.