Skip to content

Commit

Permalink
Update desc of katex.mathDelimiter setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuix committed Oct 16, 2020
1 parent c10a4a7 commit 0762358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mdps.scrollSync": "Automatic scroll sync.",
"mdps.flavor": "Flavor of preview html page, you can choose one from [\"github\", \"ghost\", \"vanilla\", \"original\"], default flavor is \"github\".",
"mdps.mermaid.theme": "Mermaid theme, you can choose one from [\"default\", \"dark\", \"forest\", \"neutral\"].",
"mdps.katex.mathDelimiters": "Delimiters of katex math,format is {\"left\": \"chars\", \"right\": \"chars\"}; Multiple delimiters are separated by ',', example: {\"left\": \"$\", \"right\": \"$\"},{\"left\": \"\\(\", \"right\": \"\\)\"}; Default value is an empty string.",
"mdps.katex.mathDelimiters": "Delimiters of katex math,format is {\"left\": \"chars\", \"right\": \"chars\"}; Multiple delimiters are separated by ',', example: {\"left\": \"$\", \"right\": \"$\"},{\"left\": \"\\(\", \"right\": \"\\)\"}; Default value is an empty string, it means that the internal default value is used.\n\nThe internal default values of each attribute are as follows:\nThe default value of latexinline is { \"left\": \"\\\\(\", \"right\": \"\\\\)\" }\nThe default value of latexdisplay is { \"left\": \"$$\", \"right\": \"$$\" },{ \"left\": \"\\\\[\", \"right\": \"\\\\]\" }\nThe default value of asciiinline is { \"left\": \"@@\", \"right\": \"@@\" }\nThe default value of asciidisplay is { \"left\": \"\\\\~\", \"right\": \"\\\\~\" }",
"mdps.latexmath.inline.delimiters": "Delimiters of latex math.",
"mdps.latexmath.display.delimiters": "Delimiters of latex math.",
"mdps.asciimath.inline.delimiters": "Delimiters of ascii math.",
Expand Down
2 changes: 1 addition & 1 deletion package.nls.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"mdps.scrollSync": "自动同步滚屏。",
"mdps.flavor": "预览HTML页面的风格,可选择项为[\"github\", \"ghost\", \"vanilla\", \"original\"],默认风格为\"github\"",
"mdps.mermaid.theme": "渲染Mermaid图表的主题式样,可选择项为[\"default\", \"dark\", \"forest\", \"neutral\"],默认主题为\"default\"",
"mdps.katex.mathDelimiters": "Katex数学公式的分割标识,格式为{\"left\": \"chars\", \"right\": \"chars\"};有多项分割标识用逗号分隔,例如:{\"left\": \"\\\\$\", \"right\": \"\\\\$\"},{\"left\": \"\\\\(\", \"right\": \"\\\\)\"};各属性默认值为空字符串表示使用内部默认值。\n\n各属性内部默认值如下:\nlatexInline的内部默认值为{ left: '\\\\(', right: '\\\\)' }\nlatexDisplay的内部默认值为{ left: '$$', right: '$$' },{ left: '\\\\[', right: '\\\\]' }\nasciiInline的内部默认值为{ left: '@@', right: '@@' }\nasciiDisplay的内部默认值为{ left: '\\\\~', right: '\\\\~' }",
"mdps.katex.mathDelimiters": "Katex数学公式的分割标识,格式为{\"left\": \"chars\", \"right\": \"chars\"};有多项分割标识用逗号分隔,例如:{\"left\": \"\\\\$\", \"right\": \"\\\\$\"},{\"left\": \"\\\\(\", \"right\": \"\\\\)\"};各属性默认值为空字符串表示使用内部默认值。\n\n各属性内部默认值如下:\nlatexInline的内部默认值为{ \"left\": \"\\\\(\", \"right\": \"\\\\)\" }\nlatexDisplay的内部默认值为{ \"left\": \"$$\", \"right\": \"$$\" },{ \"left\": \"\\\\[\", \"right\": \"\\\\]\" }\nasciiInline的内部默认值为{ \"left\": \"@@\", \"right\": \"@@\" }\nasciiDisplay的内部默认值为{ \"left\": \"\\\\~\", \"right\": \"\\\\~\" }",
"mdps.latexmath.inline.delimiters": "Latex数学公式的内联分割标识。",
"mdps.latexmath.display.delimiters": "Latex数学公式的展示分割标识。",
"mdps.asciimath.inline.delimiters": "Ascii数学公式的内联分割标识。",
Expand Down

0 comments on commit 0762358

Please sign in to comment.