2018-08-25 21:57:14 +03:00

14 lines
185 B
YAML

input: |-
* First
* Second
* Third
output:
- ul:
- text: "First\n"
- ul:
- text: "Second\n"
- ul: "Third"
level: 2
level: 1
level: 0