I am not sure why my markdown is not being parsed when it is enclosed with html tags. For instance:
<p>Bla bla `code` bla bla</p>
the code is not parsed as code when used in html paragraph but it is when used outside html paragraph. Is there a way to set the markdown to parse within html elements.
markdown inside of HTML elements does not work by default in the original markdown spec. With markdown Extra this is possible. However not yet implemented.