summaryrefslogtreecommitdiffstats
path: root/default.html5
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-01-30 23:03:37 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-01-30 23:03:37 -0800
commit0be17b21ce1954f16f07a495cb1062145b4d69df (patch)
tree7618475a8c32e5f4496a1af85523e26dd21ffea8 /default.html5
parent7fed34ab85d9c89b7f17707f7e97b4daa75276fb (diff)
downloadpandoc-templates-0be17b21ce1954f16f07a495cb1062145b4d69df.tar.gz
pandoc-templates-0be17b21ce1954f16f07a495cb1062145b4d69df.zip
Updated templates for pandoc 2.6
Diffstat (limited to 'default.html5')
-rw-r--r--default.html54
1 files changed, 2 insertions, 2 deletions
diff --git a/default.html5 b/default.html5
index c2bf0e0..1d7bef4 100644
--- a/default.html5
+++ b/default.html5
@@ -14,7 +14,7 @@ $if(keywords)$
14 <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> 14 <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
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>
18 code{white-space: pre-wrap;} 18 code{white-space: pre-wrap;}
19 span.smallcaps{font-variant: small-caps;} 19 span.smallcaps{font-variant: small-caps;}
20 span.underline{text-decoration: underline;} 20 span.underline{text-decoration: underline;}
@@ -24,7 +24,7 @@ $if(quotes)$
24$endif$ 24$endif$
25 </style> 25 </style>
26$if(highlighting-css)$ 26$if(highlighting-css)$
27 <style type="text/css"> 27 <style>
28$highlighting-css$ 28$highlighting-css$
29 </style> 29 </style>
30$endif$ 30$endif$