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