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