summaryrefslogtreecommitdiff
path: root/example/posts/frob.md
blob: 5504e3f3137b49d96f63154ed569c3fa6c417e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
title: Hello, Markdown!
date: 2016-08-18 18:00
tags: frob, markdown
---

# This is a Markdown post

Markdown support is brought to you by
[guile-commonmark](https://github.com/OrangeShark/guile-commonmark)!

Code snippet:

```scheme
;; Just gonna snooze for a bit...
((lambda (f) (f f)) (lambda (f) (f f)))
```

## Subheading

You can't be a real static site generator without Markdown support!