Problem with preformatted text

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.

header

`[body(x,y)]`

That’s correct per Commonmark spec

You need to add CRLF between those two paras.

1 Like