From cc86136bcb4cc61219a8ee7573e792e6a6043dcd Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sun, 03 Apr 2022 00:00:14 +0000
Subject: [PATCH] feat: basic latex support
---
layouts/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index f0cd68e..75b24bf 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -19,7 +19,7 @@
{{ .TableOfContents }}
</aside>
{{end}}
- {{- .Content -}}
+ {{.Content | safeHTML}}
</article>
{{partial "footer.html" .}}
{{partial "popover.html" .}}
--
Gitblit v1.10.0