escape-commentblock-opener

\### at line start suppresses CommentBlock opener; line becomes Paragraph

§8.2

Input

\###
draft note

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "###draft note"