diff --git a/config.toml b/config.toml index 5a5d7c2..099d800 100644 --- a/config.toml +++ b/config.toml @@ -86,3 +86,7 @@ tag = "tags" [markup.goldmark.renderer] unsafe = true +[markup.tableOfContents] +endLevel = 3 +ordered = false +startLevel = 2