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

markdown-it / markdown-it / 26281307814 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 22 May 2026 10:01AM UTC
Files 53
Run time 6s
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

22 May 2026 10:00AM UTC coverage: 99.788%. Remained the same
26281307814.1

push

github

web-flow
fix: don't end HTML comment blocks on a blank line (#1155)

HTML blocks of types 1-5 (e.g. `<!--` comments) must continue until
their closing sequence (`-->` for comments), per CommonMark. Only
types 6 and 7 end on a blank line.

The block scanner broke out of the continuation loop whenever a line
was outdented below the current block indent. Inside a container such
as a list item, a blank line is outdented (its sCount is 0), so a
comment block was terminated early instead of running to `-->`.

Skip that break for outdented blank lines unless the block type
actually ends on a blank line, so comment blocks no longer depend on
indentation. Adds regression fixtures for issue #1144.

Co-authored-by: ATOM00blue <219721791+ATOM00blue@users.noreply.github.com>

1685 of 1700 branches covered (99.12%)

6125 of 6138 relevant lines covered (99.79%)

217071.78 hits per line

Source Files on job 26281307814.1
  • Tree
  • List 53
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 26281307814
  • 68cfb8c0 on github
  • Prev Job for on master (#26259453863.1)
  • Next Job for on master (#26338306292.1)
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