🎨 The default number of dynamically loaded blocks is adjusted from 128 to 192
This commit is contained in:
parent
7ea957e94d
commit
e52e5e1412
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ func InitConf() {
|
|||
Conf.Editor.Emoji = []string{}
|
||||
}
|
||||
if 1 > Conf.Editor.BlockRefDynamicAnchorTextMaxLen {
|
||||
Conf.Editor.BlockRefDynamicAnchorTextMaxLen = 64
|
||||
Conf.Editor.BlockRefDynamicAnchorTextMaxLen = 192
|
||||
}
|
||||
if 5120 < Conf.Editor.BlockRefDynamicAnchorTextMaxLen {
|
||||
Conf.Editor.BlockRefDynamicAnchorTextMaxLen = 5120
|
||||
|
|
Loading…
Add table
Reference in a new issue