Trying to submit a blog entry in Markdown. The entry includes a section displaying HTML syntax. However, when I try to include it in the markdown file, the HTML is getting rendered in the page itself.
How do I get it to just display the syntax without rendering?
This is what I'm trying now:
<pre class=" language-markup"><code class=" language-markup">
<p>Blah</p>
</code>
</pre>