This commit is contained in:
Daniel 2025-06-22 17:16:29 +08:00
parent 17369d28c9
commit 05c318070f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 0 additions and 2 deletions

View file

@ -58,7 +58,6 @@ func NewLute() (ret *lute.Lute) {
ret.SetSuperBlock(true)
ret.SetImgPathAllowSpace(true)
ret.SetGitConflict(true)
ret.SetMark(true)
ret.SetInlineAsterisk(MarkdownSettings.InlineAsterisk)
ret.SetInlineUnderscore(MarkdownSettings.InlineUnderscore)
ret.SetSup(MarkdownSettings.InlineSup)