use pygments for code fencing

This commit is contained in:
Greg Gauthier 2021-04-10 11:02:40 +01:00
parent 07bf88f0c8
commit 5b09f0e361
1 changed files with 3 additions and 0 deletions

View File

@ -56,3 +56,6 @@ paginate = 10
[markup]
[markup.goldmark.renderer]
unsafe= true
PygmentsCodeFences = true
PygmentsStyle = "tango"