diff options
author | Francesco <tomaselli.fr@gmail.com> | 2025-05-18 13:23:55 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2025-05-18 13:23:55 +0200 |
commit | 7e4e66b86fb36518397cc11492c51aeedf40bc82 (patch) | |
tree | 5989d4acd6b0578f9b4bded4639d5d4a8edf0105 /layouts/shortcodes | |
parent | c8e312453e6cf194c724a1890b3b41475fee2e67 (diff) |
Update katex, add rawhtml shortcode
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/rawhtml.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 }} |