caption-attrs-own-line

A {attrs} trailing line between a captionable block and a ^ line is transparent — the caption still binds to the block; both attrs and caption are set

§6.2 · source

Input

| Name | Score |
{#tbl-one}
^ Results from the first cohort

Output AST

- type: Table
  caption:
    - type: Text
      value: Results from the first cohort
  attributes:
    - key: id
      value: tbl-one
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: Name
        - type: Cell
          children:
            - type: Text
              value: Score