hexojs / hexo

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

Revert "refactor: backslashes on Windows (#5457)" #5481

Closed stevenjoezhang closed 4 months ago

stevenjoezhang commented 5 months ago

This reverts commit 80dafe2ab62f229e03d6af95c7e6a3abb5f257ab.

What does it do?

Fix https://github.com/hexojs/hexo-renderer-marked/issues/281 Fix https://github.com/hexojs/hexo-renderer-marked/issues/290

Screenshots

Pull request tasks

github-actions[bot] commented 5 months ago

How to test

git clone -b windows https://github.com/hexojs/hexo.git
cd hexo
npm install
npm test
github-actions[bot] commented 5 months ago

Flamegraph

https://3f0833e0d4d9e548b9cea174dd2e3ca23e1f0c3d-14-hexo.surge.sh/flamegraph.html https://3f0833e0d4d9e548b9cea174dd2e3ca23e1f0c3d-16-hexo.surge.sh/flamegraph.html https://3f0833e0d4d9e548b9cea174dd2e3ca23e1f0c3d-18-hexo.surge.sh/flamegraph.html

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8881635399

Details


Totals Coverage Status
Change from base Build 8875175928: 0.0%
Covered Lines: 9339
Relevant Lines: 9388

💛 - Coveralls
uiolee commented 4 months ago

It is recommended to release v7.3.0

stevenjoezhang commented 4 months ago

I will try to fix the issue with include_code later, and then we can release a new version.