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

nijel / mistletoe
94%

Build:
DEFAULT BRANCH: master
Repo Added 11 May 2026 12:32PM UTC
Token 1w60uQWarqt97wZVj9LEYpvoWkERK6U0T regen
Build 3 Last
Files 25
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

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • master

15 May 2026 06:54AM UTC coverage: 94.255%. Remained the same
28025646478

push

github

pbodnar
fix: avoid crash on overlapping delimiters

The fuzzing discovered crash with IndexError: string index out of range

The `type` stores all parsed delimiters and this is supposed to remove
one removed delimiter, but it did remove all but one delimiter so it
only worker for one nesting level. For example, removing 1 marker from
the right side of `****` should leave `***`, but the old code left *
while `number`, `start`, and `end` said 3 markers remained. Later
parsing could then reduce that inconsistent `type` to "", and
`closer.type[0]` crashed with `IndexError`.

Fixes #261

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

2428 of 2576 relevant lines covered (94.25%)

0.94 hits per line

Relevant lines Covered
Build:
Build:
2576 RELEVANT LINES 2428 COVERED LINES
0.94 HITS PER LINE
Source Files on master
  • Tree
  • List 25
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28025646478 master fix: avoid crash on overlapping delimiters The fuzzing discovered crash with IndexError: string index out of range The `type` stores all parsed delimiters and this is supposed to remove one removed delimiter, but it did remove all but one delimi... push 23 Jun 2026 12:19PM UTC pbodnar github
94.25
25843864806 master fix: preserve line break before/after HTML span during word-wrap When a closing HTML tag (e.g. </template>) appears on its own line in the source, mistletoe parses the surrounding newlines as soft LineBreaks. During word-wrap (max_line_length set... push 14 May 2026 05:38AM UTC pbodnar github
94.25
25670289908 master fix: escape pipes inside table Ensure that pipes in the Markdow rendered tables is escaped. Fixes #244 push 11 May 2026 12:32PM UTC pbodnar github
94.25
See All Builds (3)

Badge your Repo: mistletoe

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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