• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2in the block context:
3    indentation should be kept: {
4    but in the flow context: [
5it may be violated]
6}
7---
8the parser does not require scalars
9to be indented with at least one space
10...
11---
12"the parser does not require scalars
13to be indented with at least one space"
14---
15foo:
16    bar: 'quoted scalars
17may not adhere indentation'
18