From 9cdad29e33f0845777ade594a4814810e457c0eb Mon Sep 17 00:00:00 2001 From: Jeremy Jameson Date: Fri, 9 Apr 2021 10:43:24 -0600 Subject: [PATCH] Use class attributes for code syntax highlighting Issue: #23 --- config/_default/config.toml | 2 +- themes/techtoolbox-hugo | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 1762bfaf..0de367e8 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -5,7 +5,7 @@ theme = "techtoolbox-hugo" [markup] [markup.highlight] - style = "monokailight" + noClasses = false # Use class attributes for code syntax highlighting [markup.goldmark.renderer] unsafe= true diff --git a/themes/techtoolbox-hugo b/themes/techtoolbox-hugo index 4b043586..875ec0cb 160000 --- a/themes/techtoolbox-hugo +++ b/themes/techtoolbox-hugo @@ -1 +1 @@ -Subproject commit 4b04358630d042b2d042e82b0edeff9a3c34fa36 +Subproject commit 875ec0cb9f3bced0f544116432225f6dfb3704f0