page-break-boundary

A completing PageBreak line retroactively turns literal paragraph text into a page split

§16

Input

First

---

Second

Pages

- children:
    - type: Paragraph
      children:
        - type: Text
          value: First
- children:
    - type: Paragraph
      children:
        - type: Text
          value: Second

Streaming

unit: unicode-scalar
checkpoints:
  - at: 5
    pages:
      - children:
          - type: Paragraph
            children:
              - type: Text
                value: First
    diagnostics: []
  - at: 9
    pages:
      - children:
          - type: Paragraph
            children:
              - type: Text
                value: First
          - type: Paragraph
            children:
              - type: Text
                value: --
    diagnostics: []
  - at: 10
    pages:
      - children:
          - type: Paragraph
            children:
              - type: Text
                value: First
      - {}
    diagnostics: []
  - at: 12
    pages:
      - children:
          - type: Paragraph
            children:
              - type: Text
                value: First
      - {}
    diagnostics: []