[gimp-web-devel/hugo] Allow HTML tags in markdown



commit 16bd306369f224f106a627a483289b88fc78404d
Author: Pat David <patdavid gmail com>
Date:   Sat Aug 6 14:33:37 2022 -0500

    Allow HTML tags in markdown

 config.toml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/config.toml b/config.toml
index af136ad..6ee50cb 100644
--- a/config.toml
+++ b/config.toml
@@ -12,6 +12,10 @@ category = "categories"
 tag = "tags"
 series = "series"
 
+[markup]
+  [markup.goldmark.renderer]
+    unsafe = true
+
 #[menu]
 #[[menu.main]]
 #  identifier = "git"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]