Song
Song
#44 #128
源字体(思源黑体)中不存在`\u80F6`这个字符  使用微软拼音输入法输出的结果是这个  在vscode中也可以正常显示 
比较奇怪的是,我在[网站](https://tools.fun/unicode.html)中测试时输入“胶”时,输出的是\u80F6,但是在fontlab的preview面板中输出的是\u3B35 所以是浏览器自动fallback了吗?
你可以测试一下 v7-beta10 
是的,因为包含了繁体并支持了locl特性 如果自行构建时没有包含nerdfont,则是`Maple Mono CN`
暂时打开,等到V7正式发布再关闭
I have no plan to add built-in support for various opinioned "tags", but I will provide a easy way to generate them at compile time.
You can track it in #381
Hey, I plan to add built-in support for the admonitions you metioned, can you explain the use case and editor support for `ALTER`, `ATTENTION` and `NOQA` ?
I decide to implement part of them. You can customize it with some python code in next release. ``` :attention: _noqa_ ``` 