One minute
First Post
Some Introduction
Blablabla
Here’s an example:
## this is a comment
$ echo this is a command
this is a command
## edit the file
$ vi foo.md
+++
date = "2014-09-28"
title = "creating a new theme"
+++
bah and humbug
:wq
## show it
$ cat foo.md
+++
date = "2014-09-28"
title = "creating a new theme"
+++
bah and humbug
$
64 Words
0001-01-01 00:00 +0000