caption-comment-own-line-transparent

A standalone ## comment line between a captionable block and a ^ line does not break caption binding — the payload attaches to the Table's reflection; no sibling node is emitted

§6.5

Input

| col |
## editorial note
^ Caption text

Output AST

- type: Table
  kind: pipe
  caption:
    - type: Text
      value: Caption text
  reflection:
    - loc:
        start: 11
        end: 25
      text: editorial note
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: col