mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-27 10:46:09 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
77c9cac3d4
7 changed files with 19 additions and 36 deletions
|
|
@ -3,6 +3,7 @@ export const setLute = (options: ILuteOptions) => {
|
|||
lute.SetSpellcheck(window.siyuan.config.editor.spellcheck);
|
||||
lute.SetProtyleMarkNetImg(window.siyuan.config.editor.displayNetImgMark);
|
||||
lute.SetFileAnnotationRef(true);
|
||||
lute.SetHTMLTag2TextMark(true);
|
||||
lute.SetTextMark(true);
|
||||
lute.SetHeadingID(false);
|
||||
lute.SetYamlFrontMatter(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue