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.slidy | |
parent | db59a5e77b0a5629f0801eb82103814842f2e2ed (diff) | |
download | pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.tar.gz pandoc-templates-a2d9d54ae9fa5b1fa7d36d94b7375f522adff7c3.zip |
Updated templates for pandoc 2.8
Diffstat (limited to 'default.slidy')
-rw-r--r-- | default.slidy | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/default.slidy b/default.slidy index 98b8d66..6b97768 100644 --- a/default.slidy +++ b/default.slidy | |||
@@ -17,19 +17,8 @@ $if(keywords)$ | |||
17 | $endif$ | 17 | $endif$ |
18 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> | 18 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
19 | <style type="text/css"> | 19 | <style type="text/css"> |
20 | code{white-space: pre-wrap;} | 20 | $styles.html()$ |
21 | span.smallcaps{font-variant: small-caps;} | ||
22 | span.underline{text-decoration: underline;} | ||
23 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
24 | $if(quotes)$ | ||
25 | q { quotes: "“" "”" "‘" "’"; } | ||
26 | $endif$ | ||
27 | </style> | ||
28 | $if(highlighting-css)$ | ||
29 | <style type="text/css"> | ||
30 | $highlighting-css$ | ||
31 | </style> | 21 | </style> |
32 | $endif$ | ||
33 | <link rel="stylesheet" type="text/css" media="screen, projection, print" | 22 | <link rel="stylesheet" type="text/css" media="screen, projection, print" |
34 | href="$slidy-url$/styles/slidy.css" /> | 23 | href="$slidy-url$/styles/slidy.css" /> |
35 | $for(css)$ | 24 | $for(css)$ |