--- author: test bool: false include_newlines: "exactly as you see\nwill appear these three\nlines of poetry\n" people: - alive: true hobbies: - 'Amateur radio' - 'Pet adoption & fostering' - Puzzle job: Developer name: "John D'vloper" - hobbies: - 'Ice skating' - 'Water polo' - Caving job: Developer name: 'Tabitha Bitumen' tags: - yaml - markdown title: 'YAML: does it fit in Markdown?' wrappedtext: "this is really a single line of text despite appearances\n" --- # YAML: does it fit in Markdown? Lots of Static Site Generators like Jekyll, Hugo, Lektor and more use a standard format: Markdown with YAML Front Matter. Why --- Because blog posts need metadata!