Anchors and Tags while parsing
During parsing, you sometimes don't know to which node they belong until later
---
# Example 3
key: !tag &anchor
(unparsed content)
---
# Example 4
key: !tag &anchor
(unparsed content)
---
# After parsing
key:
!tag
&anchor
a: 1
---
# After parsing
key:
!tag &anchor
scalar
Slide 18/73
BACK
UP
NEXT
next: ( space or -> ) | previous: ( backspace or <- ) | next page: ( page down ) | previous page: ( page up ) | index: ( arrow-up )