Sequence Indentation
Dashes (or more correctly hyphens) create a sequence entry
The dash is part of the indentation
That's why both documents are valid
YAML.pm parses this as invalid, most other frameworks can do this
--- a list of things:
-
a
-
b
-
c
--- a list of things:
-
a
-
b
-
c
Slide 11/73
BACK
UP
NEXT
next: ( space or -> ) | previous: ( backspace or <- ) | next page: ( page down ) | previous page: ( page up ) | index: ( arrow-up )