diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-11-22 09:20:16 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-11-22 09:20:16 -0800 |
commit | a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3 (patch) | |
tree | beffa4c88f32b4d159c3a26b4070f00c097b15e5 /default.html4 | |
parent | db59a5e77b0a5629f0801eb82103814842f2e2ed (diff) | |
download | pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.tar.gz pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.zip |
Updated templates for pandoc 2.8
Diffstat (limited to 'default.html4')
-rw-r--r-- | default.html4 | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/default.html4 b/default.html4 index 714b3ff..5f9b43e 100644 --- a/default.html4 +++ b/default.html4 | |||
@@ -15,19 +15,8 @@ $if(keywords)$ | |||
15 | $endif$ | 15 | $endif$ |
16 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> | 16 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
17 | <style type="text/css"> | 17 | <style type="text/css"> |
18 | code{white-space: pre-wrap;} | 18 | $styles.html()$ |
19 | span.smallcaps{font-variant: small-caps;} | ||
20 | span.underline{text-decoration: underline;} | ||
21 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
22 | $if(quotes)$ | ||
23 | q { quotes: "“" "”" "‘" "’"; } | ||
24 | $endif$ | ||
25 | </style> | ||
26 | $if(highlighting-css)$ | ||
27 | <style type="text/css"> | ||
28 | $highlighting-css$ | ||
29 | </style> | 19 | </style> |
30 | $endif$ | ||
31 | $for(css)$ | 20 | $for(css)$ |
32 | <link rel="stylesheet" href="$css$" type="text/css" /> | 21 | <link rel="stylesheet" href="$css$" type="text/css" /> |
33 | $endfor$ | 22 | $endfor$ |