refactor: separate markup config

This commit is contained in:
geekifan
2025-05-11 11:25:44 +08:00
parent bc2e6a70a8
commit 3b12c922ac
2 changed files with 23 additions and 23 deletions

View File

@ -0,0 +1,23 @@
[highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
tabWidth = 4
wrapperClass = 'highlight'
[goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[goldmark.parser.attribute]
block = true
title = true
[goldmark.renderer]
unsafe = true