From f4185fcef0aa5c00e37a1bf8bbc8b8c6459fffe7 Mon Sep 17 00:00:00 2001 From: Lila Date: Tue, 19 May 2020 07:45:44 +0200 Subject: Use CSS in favor of
for display math (#6372) Some CSS to ensure that display math is displayed centered and on a new line is now included in the default HTML-based templates; this may be overridden if the user wants a different behavior. --- test/s5-inserts.html | 1 + 1 file changed, 1 insertion(+) (limited to 'test/s5-inserts.html') diff --git a/test/s5-inserts.html b/test/s5-inserts.html index 2574715d3..1df9dd018 100644 --- a/test/s5-inserts.html +++ b/test/s5-inserts.html @@ -15,6 +15,7 @@ div.column{display: inline-block; vertical-align: top; width: 50%;} div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} ul.task-list{list-style: none;} + .display.math{display: block; text-align: center; margin: 0.5rem auto;} STUFF INSERTED -- cgit v1.2.3