hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
38.82k stars 4.75k forks source link

feat(highlight): add an option to switch stripIndent #5427

Closed uiolee closed 2 months ago

uiolee commented 4 months ago

need hexojs/hexo-util#398 fix #5422

What does it do?

add an option to disable stripIndent issue #5422

Screenshots

Pull request tasks

github-actions[bot] commented 4 months ago

How to test

git clone -b stripIndent https://github.com/hexojs/hexo.git
cd hexo
npm install
npm test
coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 8491386574

Details


Totals Coverage Status
Change from base Build 8490441300: 0.001%
Covered Lines: 9329
Relevant Lines: 9373

💛 - Coveralls
yoshinorin commented 3 months ago

We need to release a new version of https://github.com/hexojs/hexo-util before merging this PR, right?

uiolee commented 3 months ago

yes, also need to update hexo-util in package.json