aboutsummaryrefslogtreecommitdiff
path: root/test/s5-inserts.html
diff options
context:
space:
mode:
authorLila <lila91142@gmail.com>2020-05-19 07:45:44 +0200
committerGitHub <noreply@github.com>2020-05-18 22:45:44 -0700
commitf4185fcef0aa5c00e37a1bf8bbc8b8c6459fffe7 (patch)
tree4a09047038b339afef449f0b2b0591271afe0087 /test/s5-inserts.html
parent57fa394eb0afbc8368091b9c90e132e29e2b72aa (diff)
downloadpandoc-f4185fcef0aa5c00e37a1bf8bbc8b8c6459fffe7.tar.gz
Use CSS in favor of <br> 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.
Diffstat (limited to 'test/s5-inserts.html')
-rw-r--r--test/s5-inserts.html1
1 files changed, 1 insertions, 0 deletions
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;}
</style>
<link rel="stylesheet" href="main.css" type="text/css" />
STUFF INSERTED