From 86866463f168b13a7ca1c29febfc9b6b2d9b78c1 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 29 Jun 2020 21:57:19 -0700 Subject: Updated templates for pandoc 2.10 --- styles.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'styles.html') diff --git a/styles.html b/styles.html index 34cd4de..ea92c39 100644 --- a/styles.html +++ b/styles.html @@ -10,3 +10,6 @@ $endif$ $if(highlighting-css)$ $highlighting-css$ $endif$ +$if(displaymath-css)$ +.display.math{display: block; text-align: center; margin: 0.5rem auto;} +$endif$ -- cgit v1.2.3