diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-06-29 21:57:19 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-06-29 21:57:19 -0700 |
commit | 86866463f168b13a7ca1c29febfc9b6b2d9b78c1 (patch) | |
tree | 8cbd681c3ef116599b1e2f134d4c8441ff430cc2 /styles.html | |
parent | 70a4509a85149edb486789d0676f2358850b09ca (diff) | |
download | pandoc-templates-86866463f168b13a7ca1c29febfc9b6b2d9b78c1.tar.gz pandoc-templates-86866463f168b13a7ca1c29febfc9b6b2d9b78c1.zip |
Updated templates for pandoc 2.10
Diffstat (limited to 'styles.html')
-rw-r--r-- | styles.html | 3 |
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$ | ||