From d966f5d08d7f75f1ae9acd94e292bf61de2adf0d Mon Sep 17 00:00:00 2001 From: Helder Pereira Date: Sat, 21 Aug 2021 11:46:18 +0100 Subject: highlight: Remove some pygments references --- hugolib/shortcode_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hugolib/shortcode_test.go') diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go index 7eb0d01de..6ef110c9b 100644 --- a/hugolib/shortcode_test.go +++ b/hugolib/shortcode_test.go @@ -619,8 +619,8 @@ title: "Foo" cfg.Set("uglyURLs", false) cfg.Set("verbose", true) - cfg.Set("pygmentsUseClasses", true) - cfg.Set("pygmentsCodefences", true) + cfg.Set("markup.highlight.noClasses", false) + cfg.Set("markup.highlight.codeFences", true) cfg.Set("markup", map[string]interface{}{ "defaultMarkdownHandler": "blackfriday", // TODO(bep) }) -- cgit v1.2.3