Skip to content
Snippets Groups Projects
Commit 7399a2cf authored by John Thiltges's avatar John Thiltges
Browse files

Correct markdown links (removing space) and switch renderer to Hugo default

parent 56817e74
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 44 deletions
...@@ -42,9 +42,5 @@ weight = 10 ...@@ -42,9 +42,5 @@ weight = 10
# Hugo v0.60+ switched renderer from blackfriday to goldmark # Hugo v0.60+ switched renderer from blackfriday to goldmark
# - Allow unsafe for docdock template rendering # - Allow unsafe for docdock template rendering
#[markup.goldmark.renderer] [markup.goldmark.renderer]
#unsafe = true unsafe = true
# FIXME: Use blackfriday renderer until we update the content to render with goldmark
[markup]
defaultMarkdownHandler = "blackfriday"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment