cdn-0016-pagebreaker-tail-dropped

Anything after the leading --- on a PageBreaker line is dropped; the page boundary takes effect, no node is produced, and CDN-0016 is emitted

§4.10

Input

Before

--- some text {.x}

After

Diagnostics

- code: CDN-0016
  level: warning

Pages

- children:
    - type: Paragraph
      children:
        - type: Text
          value: Before
- children:
    - type: Paragraph
      children:
        - type: Text
          value: After