From 8191f67c3b738981c39929b273dea29c303ce8d4 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 12 Aug 2021 18:33:22 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20missing=20goldmark=20key?= =?UTF-8?q?=20in=20markup=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/_default/markup.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/_default/markup.toml b/config/_default/markup.toml index 2e144acd..aadff293 100644 --- a/config/_default/markup.toml +++ b/config/_default/markup.toml @@ -1,5 +1,6 @@ -[highlight] - noClasses = false - +[goldmark] [goldmark.renderer] unsafe = true + +[highlight] + noClasses = false