diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-10 23:25:44 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-10 23:25:44 +0200 |
| commit | 2d01140803c4afd4ca890dec902c48104ed02e34 (patch) | |
| tree | 08fe0f1d324ea977935e714bff540ffc50d3d520 /exampleSite/config.toml | |
| parent | debf17abc44432f0a1dce4bfcdd2f9a4b4b52977 (diff) | |
| download | gohugo-theme-ed-2d01140803c4afd4ca890dec902c48104ed02e34.tar.gz | |
Enable custom attribute support for blocks
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 |
