escape-commentblock-closer

\# inside CommentBlock body emits literal #; escaped triple-octothorpe line does NOT close the fence

§8.3

Input

###
notes
\###
more notes
###

Output AST

- type: CommentBlock
  text: |
    notes
    ###
    more notes