Jie Li

Results 4 issues of Jie Li

The textmate scopes are "markup.inline.raw" and "inline-dollars". At the same time, I used HyperSnips extension to insert snippets according to the "math" environment. Therefore, I add "math" to the "contentName"...

首先感谢作者提供如此好用的工具。我在VScode中用Markdown preview enhanced 来渲染markdown文件,这个插件提供了一个自定义的接口,用户可以自己定制环境并设置CSS样式。下面是 `parser.js` 文件内容: ``` ({ // Please visit the URL below for more information: // https://shd101wyy.github.io/markdown-preview-enhanced/#/extend-parser onWillParseMarkdown: async function (markdown) { // Define the regex to match...

enhancement

### Describe the new feature or enhancement When I run the following command: `brain.add_text(0.1, 0.9, "chinese\u2190中文", color="black", font_size=10)` The added text only shows `chinese`, see below However, I expect the...

ENH