pagebreak-inside-listitem

A blank-line-surrounded --- inside a list item is not a PageBreak; it parses as a literal paragraph and CDN-0017 is emitted

§4.10

Input

- item

  ---

  after

Diagnostics

- code: CDN-0017
  level: warning

Output AST

- type: List
  kind: bullet
  loose: true
  children:
    - type: ListItem
      children:
        - type: Paragraph
          children:
            - type: Text
              value: item
        - type: Paragraph
          children:
            - type: Text
              value: ---
        - type: Paragraph
          children:
            - type: Text
              value: after