whitespace-nested-boundary

Space between adjacent opening delimiters ** and __ is collapsed to zero — nested inline with no space in output

§12.2 · source

Input

** __ bb __**

Output AST

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