spoiler-boundary-cross

^^ closes while ** is open inside its content; CDN-0014 at the crossing ^^ closer; trailing ** is orphaned literal

§5.12 · source

Input

^^ a ** b ^^ c **

Output AST

- type: Paragraph
  children:
    - type: Spoiler
      children:
        - type: Text
          value: a ** b
    - type: Text
      value: " c **"

Diagnostics

- code: CDN-0014
  level: warning