如题,我用hexo + orgmode写的blog 但是代码端的语法无法高亮,也不显示行号,copy 也不显示。
主题 highlight的配置如下:
highlight:
enable: true
line_number: true
auto_detect: true
tab_replace:
wrap: true
hljs: false
next theme的配置如下:
codeblock:
# Code Highlight theme
# Available values: normal | night | night eighties | night blue | night bright | solarized | solarized dark | galactic
# See: https://github.com/chriskempson/tomorrow-theme
highlight_theme: solarized dark
# Add copy button on codeblock
copy_button:
enable: true
# Show text copy result.
show_result: true
# Available values: default | flat | mac
style: