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.
This commit is contained in:
Lila
2020-05-19 07:45:44 +02:00
committed by GitHub
parent 57fa394eb0
commit f4185fcef0
9 changed files with 23 additions and 17 deletions
+1
View File
@@ -17,6 +17,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>
<!-- configuration parameters -->
<meta name="defaultView" content="slideshow" />