1 entries: 2 - title: Sidebar 3 folders: 4 - title: Food 5 6 folderitems: 7 - title: Bananas 8 url: bananas.html 9 10 subfolder: 11 - title: Apples 12 13 subfolderitems: 14 - title: Fuji apples 15 url: fuji_apples.html 16 17 18 - title: Gala apples 19 url: gala_apples.html 20 21 name: 22 husband: Tom 23 wife: Shannon 24 25 bikes: 26 - title: mountain bikes 27 - title: road bikes 28 - title: hybrid bikes 29 30 31 salesteams: 32 - title: Regions 33 subfolderitems: 34 - location: US 35 - location: Spain 36 - location: France 37 38 toc: 39 - title: Group 1 40 subfolderitems: 41 - page: Thing 1 42 - page: Thing 2 43 - page: Thing 3 44 - title: Group 2 45 subfolderitems: 46 - page: Piece 1 47 - page: Piece 2 48 - page: Piece 3 49 - title: Group 3 50 subfolderitems: 51 - page: Widget 1 52 - page: Widget 2 53 - page: Widget 3 54 55 something: &hello Greetings earthling! 56 myref: *hello 57 58 about: 59 - zero 60 - one 61 - two 62 - three 63 64 numbercolors: 65 - zero: 66 properties: red 67 - one: 68 properties: yellow 69 - two: 70 properties: green 71 - three: 72 properties: blue 73 74 mypages: 75 - section1: Section 1 76 audience: developers 77 product: acme 78 url: facebook.com 79 - section2: Section 2 80 audience: writers 81 product: acme 82 url: google.com 83 - section3: Section 3 84 audience: developers 85 product: acme 86 url: amazon.com 87 - section4: Section 4 88 audience: writers 89 product: gizmo 90 url: apple.com 91 - section5: Section 5 92 audience: writers 93 product: acme 94 url: microsoft.com 95 96 feedback: > 97 This is my feedback to you. 98 Even if I include linebreaks here, 99 all of the linebreaks will be removed when the value is inserted. 100 101 block: | 102 This pipe does something a little different. 103 It preserves the breaks. 104 This is really helpful for code samples, 105 since you can format the code samples with 106 the appropriate 107 white spacing.