fix: HTML in Markdown not rendered

Potential Hugo 0.84 bug with config.yaml inheritance
This commit is contained in:
George Cushen
2021-07-01 20:23:09 +01:00
parent 09b4c21a0b
commit ec7d4d55f3
4 changed files with 6 additions and 2 deletions

View File

@@ -56,6 +56,8 @@ taxonomies:
category: categories
publication_type: publication_types
author: authors
markup:
_merge: deep
related:
threshold: 80
includeNewer: true

View File

@@ -3,7 +3,7 @@
publish = "public"
[build.environment]
HUGO_VERSION = "0.84.1"
HUGO_VERSION = "0.84.4"
HUGO_ENABLEGITINFO = "true"
[context.production.environment]