cdn-0017-pagebreaker-inside-container

A blank-line-surrounded --- inside a block container parses as a literal paragraph; CDN-0017 is emitted

§4.10

Input

> quoted

- item

  ---

Diagnostics

- code: CDN-0017
  level: warning

Output AST

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