mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 01:20:12 +01:00
This commit is contained in:
parent
73e0a968e2
commit
4fdcb11309
9 changed files with 126 additions and 96 deletions
|
|
@ -397,7 +397,7 @@ export abstract class Constants {
|
|||
"lightfair", "magula", "mono-blue", "nnfx-light", "paraiso-light", "purebasic", "qtcreator-light", "routeros", "school-book",
|
||||
"stackoverflow-light", "tokyo-night-light", "vs", "xcode", "default"];
|
||||
public static readonly ZWSP: string = "\u200b";
|
||||
public static readonly INLINE_TYPE: string[] = ["link", "bold", "italic", "underline", "strike", "mark", "sup", "sub", "tag", "inline-code", "inline-math"];
|
||||
public static readonly INLINE_TYPE: string[] = ["block-ref", "kbd", "text", "file-annotation-ref", "a", "strong", "em", "u", "s", "mark", "sup", "sub", "tag", "code", "inline-math"];
|
||||
public static readonly BLOCK_HINT_KEYS: string[] = ["((", "[[", "((", "【【"];
|
||||
public static readonly BLOCK_HINT_CLOSE_KEYS: IObject = {"((": "))", "[[": "]]", "((": "))", "【【": "】】"};
|
||||
public static readonly CODE_LANGUAGES: string[] = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue