• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hexojs / hexo-renderer-markdown-it / 25966263883
99%

Build:
DEFAULT BRANCH: master
Ran 16 May 2026 03:53PM UTC
Jobs 1
Files 3
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 May 2026 03:53PM UTC coverage: 99.216% (+0.01%) from 99.206%
25966263883

push

github

web-flow
fix: support markdown-it 14.x by avoiding internal module path (#223)

Replace `require('markdown-it/lib/token')` with
`md.core.State.prototype.Token` to access the Token class via the
public API. markdown-it 14.x converted internal files to ESM (.mjs),
breaking the direct `require()` of `lib/token`.

This also bumps the markdown-it dependency to ^14.1.1, which includes
a fix for CVE-2024-21535 (ReDoS in image reference parsing).

Closes #XXX

Co-authored-by: Uiolee <22849383+uiolee@users.noreply.github.com>
Co-authored-by: D-Sketon <2055272094@qq.com>

44 of 46 branches covered (95.65%)

Branch coverage included in aggregate %.

19 of 19 new or added lines in 1 file covered. (100.0%)

209 of 209 relevant lines covered (100.0%)

40.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25966263883.1 16 May 2026 03:53PM UTC 3
99.22
GitHub Action Run
Source Files on build 25966263883
  • Tree
  • List 3
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25966263883
  • 5a557e66 on github
  • Prev Build on master (#25633490061)
  • Next Build on master (#25966369617)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc