Preformatted text
feature doesn’t work correctly in some case:
this fragment:
<h4>header</h4>
`[body(x,y)]`
is shown with back quotes, i.e.
Preformatted text
feature doesn’t work correctly in some case:
this fragment:
<h4>header</h4>
`[body(x,y)]`
is shown with back quotes, i.e.
That’s correct per Commonmark spec
http://spec.commonmark.org/dingus/?text=<h4>bar<%2Fh4> `foo`
You need to add CRLF between those two paras.