diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-27 09:32:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-27 09:32:58 -0800 |
commit | 7fed34ab85d9c89b7f17707f7e97b4daa75276fb (patch) | |
tree | fded0abe281b2a4a8af280a97bd5ac8d5ccee8f2 /default.asciidoc | |
parent | df772118c9c060effb9dedcc0e1bb089355dd852 (diff) | |
download | pandoc-templates-7fed34ab85d9c89b7f17707f7e97b4daa75276fb.tar.gz pandoc-templates-7fed34ab85d9c89b7f17707f7e97b4daa75276fb.zip |
Updated templates for pandoc 2.5
Diffstat (limited to 'default.asciidoc')
-rw-r--r-- | default.asciidoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.asciidoc b/default.asciidoc index a89dc45..7668a83 100644 --- a/default.asciidoc +++ b/default.asciidoc | |||
@@ -9,6 +9,9 @@ $endif$ | |||
9 | $if(keywords)$ | 9 | $if(keywords)$ |
10 | :keywords: $for(keywords)$$keywords$$sep$, $endfor$ | 10 | :keywords: $for(keywords)$$keywords$$sep$, $endfor$ |
11 | $endif$ | 11 | $endif$ |
12 | $if(lang)$ | ||
13 | :lang: $lang$ | ||
14 | $endif$ | ||
12 | $if(toc)$ | 15 | $if(toc)$ |
13 | :toc: | 16 | :toc: |
14 | $endif$ | 17 | $endif$ |