Input
###
= not a heading
**not bold**
``not code``
### Output AST
- type: CommentBlock
text: |
= not a heading
**not bold**
``not code`` CommentBlock content is opaque; inline markup, headings, and code-like text inside are NOT parsed
Input
###
= not a heading
**not bold**
``not code``
### Output AST
- type: CommentBlock
text: |
= not a heading
**not bold**
``not code``