diff --git a/config.toml b/config.toml index ac8095d..d49234c 100644 --- a/config.toml +++ b/config.toml @@ -3,4 +3,7 @@ disableKinds = ["taxonomy", "taxonomyTerm"] title = "SimpleSystems, LLC" [markup.goldmark.renderer] -unsafe= true + unsafe= true + +[markup.highlight] + style = "friendly"