Input
###
notes
\###
more notes
### Output AST
- type: CommentBlock
text: |
notes
###
more notes \# inside CommentBlock body emits literal #; escaped triple-octothorpe line does NOT close the fence
Input
###
notes
\###
more notes
### Output AST
- type: CommentBlock
text: |
notes
###
more notes