Skip to content

feat: Parse markdown within html block elements

Mario Oenning requested to merge moson/aurweb:comments-md-in-html into master

By default, markdown within an HTML block element is not parsed.
Add markdown extension to support markdown text within block elements.

With this we can annotate our element with a "markdown" attribute:
E.g. <details markdown>*Markdown*</details>
And thus indicate that the content should be parsed.

Feature request: #494

Merge request reports