Roadmap for CommonMark

See examples below.

Empty line trash everything till end of file:

<!-- two-liner 
indented

block comment
-->

Indent will cause rendering block comment as code block:

        <!-- two-liner 
        indented

        block comment
        -->

Similar problem can be on practice with script/style tags. That’s all mentioned in different messages of Raw HTML blocks proposals -- comments wanted

scrit/style are less critical, but comments worth to be improved.

1 Like