2021-03-31 23:31:46 -04:00
|
|
|
---
|
|
|
|
%{
|
|
|
|
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",
|
2021-04-01 13:30:11 -04:00
|
|
|
tags: ["sample", "demo"]
|
2021-03-31 23:31:46 -04:00
|
|
|
}
|
|
|
|
---
|
|
|
|
|
|
|
|
All the **Markdown** here...
|
|
|
|
|
|
|
|
```javascript
|
|
|
|
console.log('hello world!')
|
|
|
|
```
|