Snowgan and ele828 Modified: src/index.js (#45)
1f133ff Aug 8, 2018
Modified: src/index.js (#45)
Hexo filter type 'after_post_render' have registered 'excerpt.js' filter by default which will generate page.excerpt and page.more variables.
As default highlight is disabled, these two variables cannot be highlighted correctly.
So set PrismPlugin priority to make sure it executed first, and then execute the 'excerpt.js' filter.
1f133ff