Input
= Heading **bold** {#h} Output AST
- type: Section
level: 1
heading:
- type: Text
value: "Heading "
- type: Strong
children:
- type: Text
value: bold
attributes:
- key: id
value: h Last-attr rule: single trailing {} on heading line goes to Section; inline element gets no attrs
Input
= Heading **bold** {#h} Output AST
- type: Section
level: 1
heading:
- type: Text
value: "Heading "
- type: Strong
children:
- type: Text
value: bold
attributes:
- key: id
value: h