From d87498f2ebc89364a0b457d7e0e5f2a44ec6b3bf Mon Sep 17 00:00:00 2001 From: hotoo Date: Mon, 29 Sep 2014 11:37:11 +0800 Subject: [PATCH] Update meta doc --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e3b9bd..f12e547 100644 --- a/README.md +++ b/README.md @@ -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 @@ -120,7 +136,7 @@ for anonymous group. ### Link ```markdown -* 2014 this is a [link](url) +* 2014 this is a [link](url) ``` ### Image