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
525 stars 55 forks source link

HTML5 block elements don't work with markdown=1 attribute #147

Closed JeNeSuisPasDave closed 11 years ago

JeNeSuisPasDave commented 11 years ago

Try adding "article" or "section" attributes to your multimarkdown source and you'll find that the text between the block tags is not processed as markdown text. If this were a "div" element, the fix would be to add the markdown=1 attribute to the "div" opening tag. But that does not work with "article" or "section".

Please support markdown=1 for all the HTML5 block elements.

fletcher commented 11 years ago

Will look into this, but may be a while.