diff options
Diffstat (limited to 'exampleSite/config.toml')
| -rw-r--r-- | exampleSite/config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 0223275..fcc72f5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -79,3 +79,8 @@ resourceDir = '../resources' [markup.highlight] # Syntax highlighting theme style = 'monokailight' + [markup.goldmark] + [markup.goldmark.parser] + [markup.goldmark.parser.attribute] + # Enable custom attribute support for blocks + block = true |
