emphasis-single-asterisk

Single * surrounded by spaces is literal text, not an emphasis delimiter

§5.2 · source

Input

* text *

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "* text *"