From 791a742f805ca444d272f2683aababd57f17b22d Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 20 Feb 2020 21:33:40 +0000 Subject: [PATCH] allow html in markdown --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index e21360c..8c87edc 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,9 @@ theme = "hugo-coder" publishDir = "blog" +[markup.goldmark.renderer] +unsafe= true + [taxonomies] category = "categories" series = "series"