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
You need to add CRLF between those two paras.