-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
手机浏览NexT.Mist主题下的代码框里行号显示问题 #459
Comments
是什么手机? 方便的话,把那段代码也提供一下 |
Nexus6 Chrome浏览器 markdown文件里的代码 // example1.js
var vim_fan = true;
var emacs_fan = false;
function judge() {
if (vim_fan && emacs_fan) {
alert("You must be burned!");
}
} |
最新的版本貌似是有这个问题,不光只在移动端行号与代码重叠的问题,在PC上有些代码也无法识别,没有行号 http://www.huberylee.cn/2015/10/20/GNU-C常用扩展/ |
@huberylee 你这个问题似乎跟 |
感觉是代码块的 |
@iissnan 我不知道如何指定代码块使用的语言,还请指点一二,谢谢! |
@huberylee 三个`后加上语言名,如java。```java |
使用bash语言 确实也有这个问题 ,手机下行号要重叠的 |
我的解决方法修改CSS。是将 |
请问 next.mist主题 怎么设置,我查了好久,都没关于mist的东西 |
@MBL-Quincy 我试了你的方法不行,我的方法是修改custom.styl (路径:source/css/_custom) |
if your theme is NeXT-Pisces, modify the file: |
手机上所有代码行号都跟第一个字符重叠 |
这个问题似乎在 |
PC上Mist主题渲染的代码狂行号显示正常,但手机端浏览就会有问题
The text was updated successfully, but these errors were encountered: