whitespace-inline-adjacent

Inline elements adjacent to surrounding text with no space — text nodes emit without gaps

§12.2 · source

Input

aa__bb__cc

Output AST

- type: Paragraph
  children:
    - type: Text
      value: aa
    - type: Emphasis
      children:
        - type: Text
          value: bb
    - type: Text
      value: cc