caption-multiple-transparent-lines

Any number of block-emitting-nothing lines may intervene: an {attrs} line and a standalone ## comment line together are both transparent, and the caption still binds

§6.2

Input

| col |
{#tbl-one}
## editorial note
^ Caption text

Output AST

- type: Table
  caption:
    - type: Text
      value: Caption text
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: col
  attributes:
    - key: id
      value: tbl-one