From 74e87565aadf7727c4cf0c0f582ac473613f1282 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Fri, 11 Feb 2022 18:12:08 +0100 Subject: Allow rendering of subscript, superscript and other raw html markup --- exampleSite/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index da194ab..428a939 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -20,6 +20,12 @@ title = "Paper" instagram = 'nan.xiaobei' # ------------------------------ +# needed to render raw HTML (e.g. , , , ) +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true + [menu] [[menu.main]] -- cgit v1.2.3