From 8a4e093f1233eaabd830e2766b5729532a43fc79 Mon Sep 17 00:00:00 2001 From: Xin Date: Thu, 31 Aug 2023 19:34:50 -0400 Subject: [PATCH] fix: toc should display headings as is (#20) --- layouts/partials/toc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html index a172e7c1..457d6980 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -49,7 +49,7 @@ {{- if .Title }}
  • - {{- .Title -}} + {{- .Title | safeHTML }}
  • {{- end -}}