diff --git a/exampleSite/config.toml b/exampleSite/config.toml index ad60c83..1965858 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -12,6 +12,10 @@ summaryLength = 10 # Configure how long the post summary should be on the homepa [author] name = "kimcc" +# Set to false to disallow raw HTML in markdown files +[markup.goldmark.renderer] + unsafe = true + [params] math = true # Blog description at the top of the homepage. Supports markdown. diff --git a/exampleSite/content/posts/emoji-support.md b/exampleSite/content/posts/emoji-support.md index dc9025b..d64f744 100755 --- a/exampleSite/content/posts/emoji-support.md +++ b/exampleSite/content/posts/emoji-support.md @@ -17,7 +17,7 @@ To enable emoji globally, set `enableEmoji` to `true` in your siteβs [configur
π :see_no_evil:
π :hear_no_evil:
π :speak_no_evil: