You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ret.SetInlineMathAllowDigitAfterOpenMarker(true) // Formula parsing supports $ followed by numbers when importing Markdown https://github.com/siyuan-note/siyuan/issues/8362
100
-
ret.SetInlineAsterisk(true)
101
-
ret.SetInlineUnderscore(true)
102
-
ret.SetSup(true)
103
-
ret.SetSub(true)
104
-
ret.SetTag(true)
105
-
ret.SetInlineMath(true)
106
-
ret.SetGFMStrikethrough(true)
100
+
101
+
// 导入 Markdown 时遵循编辑器 Markdown 语法设置
102
+
// Follow editor Markdown syntax settings when importing Markdown https://github.com/siyuan-note/siyuan/issues/14731
0 commit comments