spoiler-escape

^ before a caret consumes the backslash and emits a literal ^; the remaining ^^ opener has no closer and is also literal

§5.12 · source

Input

\^^x^^

Output AST

- type: Paragraph
  children:
    - type: Text
      value: ^^x^^