We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在翻译markdown的时候,能否实现链接中的括号不要转化成中文的括号。比如:
[Edit Image](/abc/def/ghi)
翻译完之后是
[编辑图像](/abc/def/ghi)
第二点是,有些特殊情况下的词,是不需要翻译的,能否加入一个规则里面。比如 :::tip 这tip是组件的名称,应该不需要翻译的。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在翻译markdown的时候,能否实现链接中的括号不要转化成中文的括号。比如:
翻译完之后是
这里的圆括号被转换了,其他的还有``会被转成双引号。
第二点是,有些特殊情况下的词,是不需要翻译的,能否加入一个规则里面。比如
:::tip
这tip是组件的名称,应该不需要翻译的。
The text was updated successfully, but these errors were encountered: