Initial commit

This commit is contained in:
yann64
2023-10-16 10:13:48 +02:00
commit 51b57c647c
15 changed files with 269 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
defaultMarkdownHandler = "goldmark"
[goldmark]
[goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[goldmark.parser]
autoHeadingID = true
[goldmark.parser.attribute]
block = true
title = true
[goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[tableOfContents]
endLevel = 3
ordered = false
startLevel = 2