diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 09:29:34 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 09:29:34 -0800 |
commit | ac3dc50580d7185d18dd4916782904fd733b3bfd (patch) | |
tree | 23ec8e7c0c0806fde9a07a1b1d271b814343daf8 /default.commonmark | |
parent | e7d5d8957c77e125b8a1c7eb51356542633d0796 (diff) | |
download | pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.tar.gz pandoc-templates-ac3dc50580d7185d18dd4916782904fd733b3bfd.zip |
Initial commit, 2.0.5
Diffstat (limited to 'default.commonmark')
-rw-r--r-- | default.commonmark | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/default.commonmark b/default.commonmark new file mode 100644 index 0000000..9f6ca96 --- /dev/null +++ b/default.commonmark | |||
@@ -0,0 +1,21 @@ | |||
1 | $if(titleblock)$ | ||
2 | $titleblock$ | ||
3 | |||
4 | $endif$ | ||
5 | $for(header-includes)$ | ||
6 | $header-includes$ | ||
7 | |||
8 | $endfor$ | ||
9 | $for(include-before)$ | ||
10 | $include-before$ | ||
11 | |||
12 | $endfor$ | ||
13 | $if(toc)$ | ||
14 | $table-of-contents$ | ||
15 | |||
16 | $endif$ | ||
17 | $body$ | ||
18 | $for(include-after)$ | ||
19 | |||
20 | $include-after$ | ||
21 | $endfor$ | ||