aboutsummaryrefslogtreecommitdiff
path: root/data/templates/default.revealjs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-04 17:33:59 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-05 12:39:50 -0700
commitbb362fd76c94cb5228b06632c47993ee48cecac4 (patch)
tree98fabe7a8f49d419a157d4e7879e68bf88938fb8 /data/templates/default.revealjs
parent75f6af5c12c4781db74f67cb2aaf043303892032 (diff)
downloadpandoc-bb362fd76c94cb5228b06632c47993ee48cecac4.tar.gz
Add partial styles.html in HTML5 template.
Avoid duplication in HTML templates by using styles.html partial. Change indentation of styles in template.
Diffstat (limited to 'data/templates/default.revealjs')
-rw-r--r--data/templates/default.revealjs13
1 files changed, 1 insertions, 12 deletions
diff --git a/data/templates/default.revealjs b/data/templates/default.revealjs
index 8e461502d..f63fc144e 100644
--- a/data/templates/default.revealjs
+++ b/data/templates/default.revealjs
@@ -19,19 +19,8 @@ $endif$
<link rel="stylesheet" href="$revealjs-url$/css/reset.css">
<link rel="stylesheet" href="$revealjs-url$/css/reveal.css">
<style>
- code{white-space: pre-wrap;}
- span.smallcaps{font-variant: small-caps;}
- span.underline{text-decoration: underline;}
- div.column{display: inline-block; vertical-align: top; width: 50%;}
-$if(quotes)$
- q { quotes: "“" "”" "‘" "’"; }
-$endif$
- </style>
-$if(highlighting-css)$
- <style>
-$highlighting-css$
+ $styles.html()$
</style>
-$endif$
$if(theme)$
<link rel="stylesheet" href="$revealjs-url$/css/theme/$theme$.css" id="theme">
$else$