mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
highlight: Remove some pygments references
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
3f38c785b7
commit
d966f5d08d
@@ -104,8 +104,8 @@ void do();
|
||||
th = newTestHelper(cfg, fs, t)
|
||||
)
|
||||
|
||||
cfg.Set("pygmentsStyle", "bw")
|
||||
cfg.Set("pygmentsUseClasses", false)
|
||||
cfg.Set("markup.highlight.style", "bw")
|
||||
cfg.Set("markup.highlight.noClasses", true)
|
||||
|
||||
writeSource(t, fs, filepath.Join("content", "simple.md"), fmt.Sprintf(`---
|
||||
title: Shorty
|
||||
|
Reference in New Issue
Block a user