hexo-theme-inside
hexo-theme-inside copied to clipboard
How to display code block?
Version: 2.7.0-beta.21
I try both markdown and tag syntax:

But content display have no style

Here is config:

I try to disable one of them: highlight & prismjs but still not work
What I miss?
I tested golang and php and both worked as expected, here is my config:
highlight:
enable: true
line_number: true
auto_detect: true
tab_replace:
Note prismjs is not supported yet.