summaryrefslogtreecommitdiffstats
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-10 23:25:44 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-10 23:25:44 +0200
commit2d01140803c4afd4ca890dec902c48104ed02e34 (patch)
tree08fe0f1d324ea977935e714bff540ffc50d3d520 /exampleSite/config.toml
parentdebf17abc44432f0a1dce4bfcdd2f9a4b4b52977 (diff)
downloadgohugo-theme-ed-2d01140803c4afd4ca890dec902c48104ed02e34.tar.gz
Enable custom attribute support for blocks
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml5
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