comment-block-closer-ignores-indentation

An indented bare ### closes the block: the closer is matched on stripped content, and indentation is not compared to the opener

§2.3

Input

###
note
  ###

after

Output AST

- type: CommentBlock
  text: |
    note
- type: Paragraph
  children:
    - type: Text
      value: after