mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 07:30:12 +01:00
🎨 Update editor markdown settings default to true https://ld246.com/article/1717254690370
This commit is contained in:
parent
7d8759a470
commit
0d0aa65881
1 changed files with 4 additions and 4 deletions
|
|
@ -26,10 +26,10 @@ import (
|
||||||
|
|
||||||
// MarkdownSettings 运行时 Markdown 配置。
|
// MarkdownSettings 运行时 Markdown 配置。
|
||||||
var MarkdownSettings = &Markdown{
|
var MarkdownSettings = &Markdown{
|
||||||
InlineSup: false,
|
InlineSup: true,
|
||||||
InlineSub: false,
|
InlineSub: true,
|
||||||
InlineTag: false,
|
InlineTag: true,
|
||||||
InlineMath: false,
|
InlineMath: true,
|
||||||
}
|
}
|
||||||
|
|
||||||
type Markdown struct {
|
type Markdown struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue