mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 11:50:15 +01:00
🎨 Supports disabling Markdown ~~ syntax input https://github.com/siyuan-note/siyuan/issues/12641
This commit is contained in:
parent
920794b803
commit
1ab7e16888
18 changed files with 84 additions and 32 deletions
4
app/src/types/config.d.ts
vendored
4
app/src/types/config.d.ts
vendored
|
|
@ -312,6 +312,10 @@ declare namespace Config {
|
|||
* Whether to enable the inline math
|
||||
*/
|
||||
inlineMath: boolean;
|
||||
/**
|
||||
* Whether to enable the inline strikethrough
|
||||
*/
|
||||
inlineStrikethrough: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
2
app/src/types/protyle.d.ts
vendored
2
app/src/types/protyle.d.ts
vendored
|
|
@ -206,6 +206,8 @@ declare class Lute {
|
|||
|
||||
public SetInlineMath(enable: boolean): void;
|
||||
|
||||
public SetGFMStrikethrough(enable: boolean): void;
|
||||
|
||||
public SetGFMStrikethrough1(enable: boolean): void;
|
||||
|
||||
public SetMark(enable: boolean): void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue