16 lines
333 B
YAML
16 lines
333 B
YAML
Document:
|
|
- Element:
|
|
tag_name: root
|
|
children:
|
|
- Text: "\n "
|
|
- Element:
|
|
tag_name: p
|
|
attributes:
|
|
a: " A B "
|
|
- Text: "\n "
|
|
- Element:
|
|
tag_name: p
|
|
attributes:
|
|
a: "\r\rA\n\nB\r\n\r\n"
|
|
- Text: "\n"
|