attrs-escape-brace

Escaped { and } produce literal braces — not parsed as attribute block

§6.1.3

Input

price is \{high\}

Output AST

- type: Paragraph
  children:
    - type: Text
      value: price is {high}