hexojs / hexo-renderer-markdown-it

Markdown-it is a Markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
MIT License
341 stars 60 forks source link

perf(#57): avoid creating instance each time when render each file #135

Closed yoshinorin closed 2 years ago

yoshinorin commented 3 years ago

Fix: #57

It is mentioned in #57 no need to create a new markdonw-it instance for each file.

SukkaW commented 3 years ago

@J-Vin Thanks for your pinging this.

I will trigger a new CI test to see if the PR works as intended.

tomap commented 3 years ago

Why is this ci still travis and not github actions?