cdn-0014-emphasis-strong-cross

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

§5.2

Input

__ a ** b __ c **

Output AST

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

Diagnostics

- code: CDN-0014
  level: warning