Manual: document date-meta
template variable (#5260)
In HTML based formats the `date` metadata variable is converted to ISO 8601 and available as `$date-meta`, but it's not documented at the moment.
This commit is contained in:
parent
51f042279c
commit
e782577eec
1 changed files with 10 additions and 0 deletions
10
MANUAL.txt
10
MANUAL.txt
|
@ -1813,6 +1813,16 @@ on the output format, and include the following:
|
||||||
`body`
|
`body`
|
||||||
: body of document
|
: body of document
|
||||||
|
|
||||||
|
`date-meta`
|
||||||
|
: the `date` variable converted to ISO 8601 YYYY-MM-DD,
|
||||||
|
included in all HTML based formats (dzslides, epub,
|
||||||
|
html, html4, html5, revealjs, s5, slideous, slidy).
|
||||||
|
The recognized formats for `date` are: `mm/dd/yyyy`,
|
||||||
|
`mm/dd/yy`, `yyyy-mm-dd` (ISO 8601), `dd MM yyyy`
|
||||||
|
(e.g. either `02 Apr 2018` or `02 April 2018`),
|
||||||
|
`MM dd, yyyy` (e.g. `Apr. 02, 2018` or `April 02, 2018),
|
||||||
|
`yyyy[mm[dd]]]` (e.g. `20180402, `201804` or `2018`).
|
||||||
|
|
||||||
`header-includes`
|
`header-includes`
|
||||||
: contents specified by `-H/--include-in-header` (may have multiple
|
: contents specified by `-H/--include-in-header` (may have multiple
|
||||||
values)
|
values)
|
||||||
|
|
Loading…
Reference in a new issue