mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
21b64d3710
commit
41e2a72c74
5 changed files with 51 additions and 44 deletions
|
|
@ -670,6 +670,9 @@ export abstract class Constants {
|
|||
public static readonly ALIAS_CODE_LANGUAGES: string[] = [
|
||||
"js", "ts", "html", "toml", "c#", "bat",
|
||||
];
|
||||
public static readonly SIYUAN_RENDER_CODE_LANGUAGES: string[] = [
|
||||
"abc", "plantuml", "mermaid", "flowchart", "echarts", "mindmap", "graphviz", "math"
|
||||
];
|
||||
|
||||
// Google Analytics 事件
|
||||
public static readonly ANALYTICS_EVT_ON_GET_CONFIG: string = "siyuan.onGetConfig";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue