caption-blank-line-breaks-binding

A blank line between a captionable block and a ^ line breaks the binding; the ^ line is orphaned (CDN-0008) and emitted as a Paragraph

§6.2 · source

Input

| col |

^ Caption text

Output AST

- type: Table
  rows:
    - type: Row
      children:
        - type: Cell
          children:
            - type: Text
              value: col
- type: Paragraph
  children:
    - type: Text
      value: ^ Caption text

Diagnostics

- code: CDN-0008
  level: warning