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
+3 -1
View File
@@ -76,7 +76,9 @@ $highlighting-css$
</nav>
<hr>
$endif$
$body$
<!-- 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$
$endfor$