Unindent body tag so code blocks do not get weird indentation

This commit is contained in:
Travis Briggs
2020-04-13 00:57:17 -04:00
committed by Ben Harris
parent 24c135bbe8
commit 32e36c7242
+2
View File
@@ -76,6 +76,8 @@ $highlighting-css$
</nav>
<hr>
$endif$
<!-- unindent body so that code blocks don't have extra indents. See
https://stackoverflow.com/questions/42773587/code-block-formatting-issues-with-bootstrap-and-pandoc -->
$body$
$for(include-after)$
$include-after$