Markdown rendering not working when HTML is present in the same paragraph (contd)

From my extraordinarily limited knowledge of HTML, that depends.
Div is a block element, thereby making the whole paragraph an HTML block.
Inline HTML elements (eg code) will work with markdown outside the HTML.

1 Like