From 0790a5bea8b8f6520d9cf3299b1b8cfc0a43f06b Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 21 Apr 2024 09:15:43 +0200 Subject: [PATCH] adds some comments to config markup.toml --- config/_default/markup.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/_default/markup.toml b/config/_default/markup.toml index a44f48e..1202e5b 100644 --- a/config/_default/markup.toml +++ b/config/_default/markup.toml @@ -1,14 +1,17 @@ # -- Markup -- # These settings are required for the theme to function. +# let us put inline html into the markdown files [goldmark] [goldmark.renderer] unsafe = true +# use {.[css-class]} after a paragraph to apply styling [goldmark.parser] [goldmark.parser.attribute] block = true +# let the theme styling apply for code blocks [highlight] noClasses = false