cdn-0014-no-fire-valid-nesting

Properly nested cross-type inline elements do not trigger CDN-0014

§5 · source

Input

__ ** text ** __

Output AST

- type: Paragraph
  children:
    - type: Emphasis
      children:
        - type: Strong
          children:
            - type: Text
              value: text

Diagnostics

[]