attr-orphan-no-strip

When {...} falls through to literal Text per §6.1.3 (orphan in inline middle), the preceding whitespace is NOT stripped — the strip rule only applies when {attr} is consumed by an attribute slot

§12.1 · source

Input

aa text {orphan} bb

Output AST

- type: Paragraph
  children:
    - type: Text
      value: aa text {orphan} bb