1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
---
test: abc
this-is : a hyphen test
leading~space : is okay
And: some, cvs, data, which, you, must, parse, yourself
empty :
and some: >
long value
with complex indentation
that goes multiline
another: example
alist:
- a
- b
- c
adict:
key: foo
a nested list:
- one
- two
- >
Even multiline strings are allowed
in nested structured data
if linebreaks and indent are respected !
-
subkey: and another dict in a list
- but one-liners remains: simple strings
---
# The real text
This should be parsed as before
This should not be included in the metadata: test
|