mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Clean code https://github.com/siyuan-note/siyuan/issues/14310
This commit is contained in:
parent
17369d28c9
commit
05c318070f
2 changed files with 0 additions and 2 deletions
|
|
@ -24,7 +24,6 @@ export const setLute = (options: ILuteOptions) => {
|
|||
lute.SetKramdownIAL(true);
|
||||
lute.SetTag(true);
|
||||
lute.SetSuperBlock(true);
|
||||
lute.SetMark(true);
|
||||
lute.SetInlineAsterisk(window.siyuan.config.editor.markdown.inlineAsterisk);
|
||||
lute.SetInlineUnderscore(window.siyuan.config.editor.markdown.inlineUnderscore);
|
||||
lute.SetSup(window.siyuan.config.editor.markdown.inlineSup);
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue