summaryrefslogtreecommitdiffstats
path: root/styles.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-06-29 21:57:19 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-06-29 21:57:19 -0700
commit86866463f168b13a7ca1c29febfc9b6b2d9b78c1 (patch)
tree8cbd681c3ef116599b1e2f134d4c8441ff430cc2 /styles.html
parent70a4509a85149edb486789d0676f2358850b09ca (diff)
downloadpandoc-templates-86866463f168b13a7ca1c29febfc9b6b2d9b78c1.tar.gz
pandoc-templates-86866463f168b13a7ca1c29febfc9b6b2d9b78c1.zip
Updated templates for pandoc 2.10
Diffstat (limited to 'styles.html')
-rw-r--r--styles.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/styles.html b/styles.html
index 34cd4de..ea92c39 100644
--- a/styles.html
+++ b/styles.html
@@ -10,3 +10,6 @@ $endif$
10$if(highlighting-css)$ 10$if(highlighting-css)$
11$highlighting-css$ 11$highlighting-css$
12$endif$ 12$endif$
13$if(displaymath-css)$
14.display.math{display: block; text-align: center; margin: 0.5rem auto;}
15$endif$