From d0708c5286eb5ffc40a55d36980abe807f0ea715 Mon Sep 17 00:00:00 2001 From: Derek <42170307+2-REC@users.noreply.github.com> Date: Sat, 25 Jul 2020 15:35:46 +0700 Subject: Fixed 'raw HTML omitted' when using markdownify --- exampleSite/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index f882650..5ccc662 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -9,6 +9,8 @@ languageCode = "en-us" title = "HUGO MyPortfolio Theme" theme = "hugo-myportfolio-theme" +[markup.goldmark.renderer] +unsafe= true [params] -- cgit v1.2.3