# Top level documents
#
# Note that inline (single line) values
# are not allowed at the top level. This
# includes implicit values, quoted values
# and inline collections.
---
a: map
---
- a
- sequence
--- \
plain scalar
--- \\
escaped\nscalar
--- |
This
 is
  a
   block.
    It's
    kinda
   like
  a
 here
document.
--- ||
A
 chomped
  block.
