fixed curly braces not showing

This commit is contained in:
Sasserisop 2023-10-13 22:20:39 -06:00
parent 4b7bd5877f
commit 586e7e902b
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@
<!--The above command replaces a \\ in content/*.md files with a \\\\ yes it looks silly--> <!--The above command replaces a \\ in content/*.md files with a \\\\ yes it looks silly-->
{{ $content := $content | replaceRE "_" "\\_"}} {{ $content := $content | replaceRE "_" "\\_"}}
<!-- The above replaces _ with \_ inorder to prevent hugo turning subscripts into <em> tags--> <!-- The above replaces _ with \_ inorder to prevent hugo turning subscripts into <em> tags-->
{{ $content := $content | replaceRE "\\{" "\\{" }}
{{ $content := $content | replaceRE "\\}" "\\}" }}
<!-- the above two commands allow curly braces to show up properly, for example in Laplace transforms. -->
<!-- <!--
==== ====
TAGS TAGS