-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
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
似乎渲染代码上面还有一点bug #75
Labels
Comments
我下载更新了prism.js解决了 |
所以是prism.js旧版本有问题? |
是的 |
收到,我晚点验证一下,如果有必要就更新一下。 |
public class ThisTest {
public static void main(String args[]) {
String x = 7;
int y = 2;
int z = 2;
System.out.println(x + y + z);
}
} 中的ThisTest 在小程序端会显示为ThisTestThisTest 重复了,去掉语言中的Java标识就可以正常,有Java标识就不正常 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我是需要渲染markdown里面的html代码示例:
效果如下:
css中的一些属性值均重复,html正常
The text was updated successfully, but these errors were encountered: