This is a Markdown sample which gets rendered unexpectedly. For this... ``` aaa <!-- test ==== --> bbb ``` ...I would expect this HTML output: ``` aaa bbb ``` But instead it looks like this: 