From cfb7931a3316ec048d86d2f5dbee02e89fc4906f Mon Sep 17 00:00:00 2001 From: Helmut Merz Date: Mon, 16 Dec 2024 09:55:18 +0100 Subject: [PATCH] add default markup parameters (attribute settings) --- config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.yaml b/config.yaml index bf152b6..65654ec 100644 --- a/config.yaml +++ b/config.yaml @@ -22,6 +22,13 @@ related: threshold: 80 toLower: true +markup: + goldmark: + parser: + attribute: + block: true + title: true + # non-standard: escaped JSON lines # with \\n and \\t for import to PostgreSQL jsonb column # see `sql` directory