dc.Markdown

The <dc.Markdown> tag converts all content (children) from Markdown to HTML.

Attributes

  • Mode: Sage, Unsafe. Defaults to Unsafe.

Usage Notes

Unsafe mode tells the Markdown processor not to use any HTML tags found in the content. If the content cannot be trusted - especially if content is from a user form - then it should be processed as unsafe.

TODO notes

Examples

<dc.Markdown> Markdown paragraph with **bold** and _italics._ - a short - list of - words [simple link to Home](/) </dc.Markdown>

Markdown paragraph with bold and italics.

  • a short
  • list of
  • words

simple link to Home

See Also

  • TODO