You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that code blocks will automatically leave out blank lines in source code, but line numbers of those lines still remain. It looks like
But I want something like
So I try to fix it by adding
.highlight .line{
height:/*some fixed value*/ ;
}
to hexo-theme-bootstrap-blog/source/css/highlight-js.css
It just works. But sorry for my ignorance of programming, I hope you the author can help me figure out a more reliable solution. Thanks 🙏
The text was updated successfully, but these errors were encountered:
I notice that code blocks will automatically leave out blank lines in source code, but line numbers of those lines still remain. It looks like


But I want something like
So I try to fix it by adding
to hexo-theme-bootstrap-blog/source/css/highlight-js.css
It just works. But sorry for my ignorance of programming, I hope you the author can help me figure out a more reliable solution. Thanks 🙏
The text was updated successfully, but these errors were encountered: