From 2d01140803c4afd4ca890dec902c48104ed02e34 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Tue, 10 May 2022 23:25:44 +0200 Subject: Enable custom attribute support for blocks --- exampleSite/config.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'exampleSite/config.toml') 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 -- cgit v1.2.3