--- %{ title: "Markdown for blog posts is nice, says Sebastian", slug: "markdown-for-blog-posts", date: ~N[2016-05-01 13:30:00], author: "Adam Piontek", tags: ["sample", "demo"], summary: """ This summary could get long. We might even have multiple lines! """ } --- All the **Markdown** here... ```javascript console.log('hello world!') ```