diff options
Diffstat (limited to 'default.revealjs')
-rw-r--r-- | default.revealjs | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/default.revealjs b/default.revealjs index b8bbbb0..f63fc14 100644 --- a/default.revealjs +++ b/default.revealjs | |||
@@ -19,19 +19,8 @@ $endif$ | |||
19 | <link rel="stylesheet" href="$revealjs-url$/css/reset.css"> | 19 | <link rel="stylesheet" href="$revealjs-url$/css/reset.css"> |
20 | <link rel="stylesheet" href="$revealjs-url$/css/reveal.css"> | 20 | <link rel="stylesheet" href="$revealjs-url$/css/reveal.css"> |
21 | <style> | 21 | <style> |
22 | code{white-space: pre-wrap;} | 22 | $styles.html()$ |
23 | span.smallcaps{font-variant: small-caps;} | ||
24 | span.underline{text-decoration: underline;} | ||
25 | div.column{display: inline-block; vertical-align: top; width: 50%;} | ||
26 | $if(quotes)$ | ||
27 | q { quotes: "“" "”" "‘" "’"; } | ||
28 | $endif$ | ||
29 | </style> | ||
30 | $if(highlighting-css)$ | ||
31 | <style> | ||
32 | $highlighting-css$ | ||
33 | </style> | 23 | </style> |
34 | $endif$ | ||
35 | $if(theme)$ | 24 | $if(theme)$ |
36 | <link rel="stylesheet" href="$revealjs-url$/css/theme/$theme$.css" id="theme"> | 25 | <link rel="stylesheet" href="$revealjs-url$/css/theme/$theme$.css" id="theme"> |
37 | $else$ | 26 | $else$ |
@@ -138,6 +127,10 @@ $if(rtl)$ | |||
138 | // Change the presentation direction to be RTL | 127 | // Change the presentation direction to be RTL |
139 | rtl: $rtl$, | 128 | rtl: $rtl$, |
140 | $endif$ | 129 | $endif$ |
130 | $if(navigationMode)$ | ||
131 | // see https://github.com/hakimel/reveal.js/#navigation-mode | ||
132 | navigationMode: '$navigationMode$', | ||
133 | $endif$ | ||
141 | $if(fragments)$ | 134 | $if(fragments)$ |
142 | // Turns fragments on and off globally | 135 | // Turns fragments on and off globally |
143 | fragments: $fragments$, | 136 | fragments: $fragments$, |