From 9001506f3398485512f46fe28ab93915d7a3314a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 1 Jan 2012 14:54:41 -0800 Subject: README: Added note on proper date format. --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 177b40ada..620380ba3 100644 --- a/README +++ b/README @@ -418,10 +418,11 @@ Options By default, pandoc will include the following metadata elements: `` (from the document title), `` (from the - document authors), `` (from the `lang` variable, or, - if is not set, the locale), and `` (a - randomly generated UUID). Any of these may be overridden by elements - in the metadata file. + document authors), `` (from the document date, which should + be is in [ISO 8601 format]), `` (from the `lang` + variable, or, if is not set, the locale), and `` (a randomly generated UUID). Any of these may be + overridden by elements in the metadata file. `-D` *FORMAT*, `--print-default-template=`*FORMAT* : Print the default template for an output *FORMAT*. (See `-t` @@ -2078,4 +2079,4 @@ Christopher Sawicki, Kelsey Hightower. [EPUB]: http://www.idpf.org/ [GPL]: http://www.gnu.org/copyleft/gpl.html "GNU General Public License" [DZSlides]: http://paulrouget.com/dzslides/ - +[ISO 8601 format]: http://www.w3.org/TR/NOTE-datetime -- cgit v1.2.3