Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoThemesSite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros <onedrawingperday@users.noreply.github.com>2020-05-22 22:43:33 +0300
committerGitHub <noreply@github.com>2020-05-22 22:43:33 +0300
commit854653f51625aa5ea389bbb1a2ffd6eb91977cea (patch)
tree690bf7809e9cf9606bbf3192fe8b4d29fc8021c5
parent51868f7f5b502cad76ce6d2cad191a869ab5c9ee (diff)
Upgrade the themeSite to Goldmark
-rw-r--r--config.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index b048318..341d2d1 100644
--- a/config.toml
+++ b/config.toml
@@ -5,9 +5,8 @@ googleAnalytics = "UA-7131036-4"
disableKinds = ["taxonomyTerm"]
-#due to math typesetting issues in goldmark see: https://github.com/gohugoio/hugo/issues/6544
-[markup]
- defaultMarkdownHandler = "blackfriday"
+[markup.goldmark.renderer]
+ unsafe= true
[module]
[module.hugoVersion]