Unindent body tag so code blocks do not get weird indentation

This commit is contained in:
Travis Briggs 2020-04-12 21:47:22 -07:00 committed by Ben Harris
parent 24c135bbe8
commit 32e36c7242
1 changed files with 3 additions and 1 deletions

View File

@ -76,7 +76,9 @@ $highlighting-css$
</nav> </nav>
<hr> <hr>
$endif$ $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)$ $for(include-after)$
$include-after$ $include-after$
$endfor$ $endfor$