From 27b661c90b6aa812e3511c2cc5cb8292bc0cf23d Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 21 Sep 2019 19:36:50 +0100 Subject: [PATCH] Fix syntax highlighting --- config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 2aee72d..35b2336 100644 --- a/config.yml +++ b/config.yml @@ -22,9 +22,11 @@ enableEmoji: true stepAnalysis: true enableGitInfo: true +pluralizeListTitles: false + pygmentsCodefencesGuessSyntax: true pygmentsCodefences: true -pygmentsUseClasses: true +pygmentsStyle: monokai blackfriday: smartypants: false