diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 3463bda..9596e57 100644 --- a/config.toml +++ b/config.toml @@ -6,3 +6,8 @@ disableKinds = ["taxonomy", "term"] [security.exec] allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^pandoc$'] + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true |