Skip to content
Snippets Groups Projects

Hugo: Use blackfriday renderer until we update the content to render with goldmark

Merged John Thiltges requested to merge hugoupg into master
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
+ 9
0
@@ -39,3 +39,12 @@ name = "hcc.unl.edu"
identifier = "ds"
url = "https://hcc.unl.edu"
weight = 10
# Hugo v0.60+ switched renderer from blackfriday to goldmark
# - Allow unsafe for docdock template rendering
#[markup.goldmark.renderer]
#unsafe = true
# FIXME: Use blackfriday renderer until we update the content to render with goldmark
[markup]
defaultMarkdownHandler = "blackfriday"
Loading