comment-block-opaque-content

CommentBlock content is opaque; inline markup, headings, and code-like text inside are NOT parsed

§2.3 · source

Input

###
= not a heading
**not bold**
``not code``
###

Output AST

- type: CommentBlock
  text: |
    = not a heading
    **not bold**
    ``not code``