Raw HTML

Markdown supports embedding HTML within a Markdown document. However, most Markdown renderers do not allow Javascript due to the security risks involved.

Example Input

<h1 id="header-id1">This header has an id</h1>
<a href="#header-id1">Click here to go to header</a>

Example Output

This header has an id

Click here to go to header