hexojs / hexo-renderer-marked

Markdown renderer for Hexo
MIT License
179 stars 94 forks source link

  Display error #229

Closed fangcm closed 1 year ago

fangcm commented 2 years ago

5.0.0   Spaces cannot be displayed

duchengyao commented 2 years ago

the same issue detailed: https://github.com/hexojs/hexo/issues/4946

TripleCamera commented 1 year ago

This is fixed in markedjs/marked#2652. We need to reactivate @dependabot-bot to bump marked to the latest version.

TripleCamera commented 1 year ago

@stevenjoezhang Could you please reactivate dependabot? I see you reacted with thumbs up :blush:

yoshinorin commented 1 year ago

We released v6.1.0.

https://github.com/hexojs/hexo-renderer-marked/releases/tag/v6.1.0

Thank you :)

TripleCamera commented 1 year ago

The issue persists. I don't know why.

I have tested. marked@4.3.0 (and even marked@4.1.1) can handle   correctly, but hexo cannot.

Can anyone reopen this issue?

stevenjoezhang commented 1 year ago

It's caused by https://github.com/hexojs/hexo-renderer-marked/pull/214/commits/9e1c7ade8e62293ab7d8b60e5c9c2d11c8c55389 so upgrading marked won't help

stevenjoezhang commented 1 year ago
截屏2023-07-10 02 29 49
stevenjoezhang commented 1 year ago

Should be resolved by https://github.com/hexojs/hexo-util/pull/328

TripleCamera commented 1 year ago

This issue is finally fixed! Thank you 🎉