<@td.markdown>
The markdown tag treats the contents of the tag as
Markdown syntax
to be rendered
as HTML.
This tag has no attributes.
Markdown is a tool that can convert text to HTML but that uses a much simpler and more human-readable syntax than HTML.
Example Usage
<@td.markdown>#Hello, Titania!<@td.markdown>
The above would resolve to the following HTML
<h1>Hello, Titania!</h1>