-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
enhance highlight feature #43
Comments
可参考 Chroma Style |
Lruihao
added a commit
that referenced
this issue
Feb 27, 2022
Chroma 的样式种类实在太少了,能够配套 尽可能支持更多编程语言的高亮,例如 diff 等常用的 - theme = "LoveIt"
+ theme = "FixIt"
! enhancements and fixes FixIt 0.2.13 将整合 |
Lruihao
added a commit
that referenced
this issue
Feb 28, 2022
Lruihao
added a commit
that referenced
this issue
Mar 1, 2022
Lruihao
added a commit
that referenced
this issue
Mar 1, 2022
TODO: 1. gist highlight style 2. inline code style of github dark dimmed
Lruihao
added a commit
that referenced
this issue
Mar 1, 2022
TODO: 1. gist highlight style 2. inline code style of github dark dimmed
Lruihao
added a commit
that referenced
this issue
Mar 1, 2022
TODO: 1. gist highlight style 2. inline code style of github dark dimmed
Lruihao
added a commit
that referenced
this issue
Mar 1, 2022
已处理完 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
为了更好的适配主题的
dark/light
样式设计,以下必要设置请保持和主题文档一致,尤其是markup.highlight.noClasses=false
markup.highlight.noClasses=false
,意味着markup.highlight.style
参数失效,若想自定义 hightlight style 可替换掉_variables.scss
中的相关颜色变量值The text was updated successfully, but these errors were encountered: