mirror of
https://github.com/tildeclub/site.git
synced 2026-03-21 18:30:18 +00:00
Unindent body tag so code blocks do not get weird indentation
This commit is contained in:
committed by
Ben Harris
parent
24c135bbe8
commit
32e36c7242
@@ -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$
|
||||||
|
|||||||
Reference in New Issue
Block a user