ele828 / hexo-prism-plugin

Hexo plugin for code highlighting by prism.js, supporting JSX syntax
204 stars 51 forks source link

The highlight does not work #33

Closed ghost closed 6 years ago

ghost commented 6 years ago

I followed the ReadMe.md and set the _config.yml ` highlight: enable: false line_number: false auto_detect: false tab_replace:

prism_plugin: mode: 'preprocess' # realtime/preprocess theme: 'coy' line_number: false # default false auto_import_assets: true `

However, the code highlight does not shown and the theme also does not work.