Skip to content

Better Markdown

Compare
Choose a tag to compare
@claudioc claudioc released this 22 Sep 22:46
· 168 commits to master since this release

The markdown module we use (Marked) tries to overcome some "obscure" problems with the original Perl markdown parser by default. These produces some problems when rendering HTML embedded in a markdown document see also issue #48. By default we now want to use the original parser and not the modified one (pedantic: true).

There is a new option to override this behaviour (application.pedanticMarkdown).