Skip to content

2.6.0

Compare
Choose a tag to compare
@tommy351 tommy351 released this 18 May 10:03
· 1883 commits to master since this release

Highlight

EJS, Stylus, Marked not built-in anymore #620

EJS, Stylus, Marked renderer plugins are removed from the core module. You have to install them manually.

$ npm install hexo-renderer-ejs --save
$ npm install hexo-renderer-stylus --save
$ npm install hexo-renderer-marked --save

Fixed

  • Code block indentations
  • util.highlight: add csharp alias for C# #606

API Changes

  • Refactor Scaffold API with Box #624
  • More powerful filter API #617
  • open_graph helper: add twitter_site option