The following HTML tags can be use in markdown scripts.

Be aware that only a subset of tag attributes are supported.

Note

  • The Markdown Components parser is more strict than browsers, syntax must be correct or it will not be interpreted (for example an opening <a> tag must be followed by a closing </a> tag).

Tag list:

Emphasis

Paragraphs <p>

Images <img>

Links <a>

Line break <br>

Comments <!--  -->