Markwon/markwon/src/test/resources/tests/ol-starts-with-5.yaml
2018-08-25 21:57:14 +03:00

14 lines
162 B
YAML

input: |-
5. Five
6. Six
7. Seven
output:
- ol: "Five"
start: 5
- text: "\n"
- ol: "Six"
start: 6
- text: "\n"
- ol: "Seven"
start: 7