I wrote a new post in the internal editor of the site. I used <div> element for styling (like <div class="pull-left">. When I wrote markdown code right after the <div> opening tag (or even the closing tag) I expect to see the parsed HTML code beneath in the preview cube.
The markdown didn't parse. The code appeared just like I wrote it.
# Header1)<div> tag, when there is no empty line between your code and the tag.I found a hint about why it happened. Once I put an empty line between the tag and the code, it works as expected.