Skip to content

Commit

Permalink
Update meta doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Sep 29, 2014
1 parent 0baaf07 commit d87498f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,23 @@ Between title and group or lines, we can set meta data in markdown by key-value

Now we support meta data:

* `theme`
* `age`: show age after year in top header line. default is hide, if want show, set:

```markdown
- age: show
```

following meta data support come soon.

* `theme`: set different theme, by build-in theme name, or theme css file url.

```markdown
- theme: light
- theme: http://www.example.com/theme.css
```
* `year-length`: set date column width.
* `date-type`: show date type by `year`, `month`, or `date`
* `author`: set author information.

### List

Expand All @@ -120,7 +136,7 @@ for anonymous group.
### Link

```markdown
* 2014 this is a [link](url)
* 2014 this is a [link](url)
```

### Image
Expand Down

0 comments on commit d87498f

Please sign in to comment.