From 705a1a26646ed8618f963bf456d60d54eabb583d Mon Sep 17 00:00:00 2001 From: Rhyne Vlaservich Date: Sun, 13 Sep 2020 12:00:27 -0400 Subject: [PATCH] Fix markdown rendering with new Hugo version --- docs/config.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index 6f6b67a..9bde457 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -16,5 +16,7 @@ title404 = "Nothing's here!" # Title Separator: - – — · • * ⋆ | ~ « » < > titleSeparator = "•" -[blackfriday] -hrefTargetBlank = true +[markup] + defaultMarkdownHandler = "blackfriday" + [markup.blackFriday] + hrefTargetBlank = true