attr-brace-literal-span-idiom

A closed { } whose content violates the attribute grammar is the literal-span idiom: the whole slice, braces included, is one verbatim Text run and is never inline-parsed

§9.4.1

Input

{a **b**}

Output AST

- type: Paragraph
  children:
    - type: Text
      value: "{a **b**}"