From 7e4e66b86fb36518397cc11492c51aeedf40bc82 Mon Sep 17 00:00:00 2001 From: Francesco Date: Sun, 18 May 2025 13:23:55 +0200 Subject: Update katex, add rawhtml shortcode --- layouts/shortcodes/rawhtml.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/rawhtml.html (limited to 'layouts/shortcodes/rawhtml.html') diff --git a/layouts/shortcodes/rawhtml.html b/layouts/shortcodes/rawhtml.html new file mode 100644 index 0000000..e4edf66 --- /dev/null +++ b/layouts/shortcodes/rawhtml.html @@ -0,0 +1 @@ +{{ .Inner | safeHTML }} -- cgit v1.2.3