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

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

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Repo Added 19 Dec 2014 11:09PM UTC
Files 52
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 normalize2
branch: normalize2
CHANGE BRANCH
x
Reset
  • normalize2
  • 0.17
  • 0.19
  • 0.21
  • 0.24
  • 0.28
  • 0.30
  • 10.0.0
  • 11.0.0
  • 11.0.1
  • 12.0.0
  • 12.0.1
  • 12.0.2
  • 14.2.0
  • 14.3.0
  • 3.0.0
  • 3.0.1
  • 3.0.2
  • 3.0.3
  • 3.0.4
  • 3.0.5
  • 3.0.7
  • 3.1.0
  • 4.0
  • 4.0.0
  • 4.0.1
  • 4.0.2
  • 4.0.3
  • 4.1.0
  • 4.1.1
  • 4.1.2
  • 4.2.0
  • 4.2.1
  • 4.2.2
  • 4.3.0
  • 4.4.0
  • 5.0.0
  • 5.0.1
  • 5.0.2
  • 5.0.3
  • 5.1.0
  • 6.0.0
  • 6.0.1
  • 6.0.2
  • 6.0.3
  • 6.0.4
  • 6.0.5
  • 6.1.0
  • 6.1.1
  • 696
  • 7.0.0
  • 7.0.1
  • 720
  • 724
  • 772
  • 8.0.0
  • 8.0.1
  • 8.1.0
  • 8.2.0
  • 8.2.1
  • 8.2.2
  • 8.3.0
  • 8.3.1
  • 8.3.2
  • 8.4.0
  • 8.4.1
  • 8.4.2
  • 830
  • 9.0.0
  • 9.0.1
  • 9.1.0
  • abbr
  • actions
  • autolink
  • autolink_replacements
  • babelmark
  • backtick
  • bq_indent
  • build
  • changelog
  • cmark
  • cmark29
  • comment
  • compiler
  • cov
  • cov2
  • coverage
  • crlf-fix
  • delims
  • demo
  • dependabot/github_actions/actions/checkout-3
  • dependabot/github_actions/actions/setup-node-2.5.1
  • dependabot/github_actions/actions/setup-node-3
  • dependabot/github_actions/actions/setup-node-4
  • dependabot/github_actions/coverallsapp/github-action-1.1.3
  • dependabot/npm_and_yarn/benchmark/extra/markdown-it-12.3.2
  • dependabot/npm_and_yarn/benchmark/extra/multi-eb6b49232b
  • dependabot/npm_and_yarn/benchmark/extra/multi-ff0ab65c05
  • dependabot/npm_and_yarn/entities-3.0.1
  • dependabot/npm_and_yarn/js-yaml-4.2.0
  • dependabot/npm_and_yarn/js-yaml-4.3.0
  • dependabot/npm_and_yarn/mdurl-2.0.0
  • dependabot/npm_and_yarn/vite-8.0.16
  • dev
  • dev-2
  • em
  • emph
  • emph3
  • emph4
  • emphasis
  • emphasis_perf
  • eol
  • es6
  • escapes
  • exit
  • fences
  • fix-896
  • fix-bq
  • fix-quote-term
  • fix/backslash-space-hard-break
  • fix/html-block-comment-end
  • fixes
  • fixes2
  • helpers
  • hl
  • hl2
  • issue76
  • levels
  • lheading
  • markup
  • master
  • mdurl
  • migration
  • mn
  • mn2
  • mono
  • next
  • no-trim-unicode
  • non-bmp
  • ol
  • p
  • path
  • pathological
  • perf
  • proto
  • punycode
  • push
  • quotes
  • ref-draft
  • refactors
  • references
  • refs
  • refs/tags/12.0.3
  • refs/tags/12.0.4
  • refs/tags/12.0.5
  • refs/tags/12.0.6
  • refs/tags/12.1.0
  • refs/tags/12.2.0
  • refs/tags/12.3.0
  • refs/tags/12.3.1
  • refs/tags/12.3.2
  • refs/tags/13.0.0
  • refs/tags/13.0.1
  • refs/tags/13.0.2
  • refs/tags/14.0.0
  • refs/tags/14.1.0
  • refs/tags/14.1.1
  • scandelims
  • sharetoken
  • skipToken
  • skiplastlf
  • smartq
  • smartquotes
  • sp
  • spec
  • ss
  • table
  • table-fix
  • table-tabs
  • tables
  • tables3
  • tabs
  • td2
  • test
  • tests
  • title
  • tmpdl
  • tokenclass
  • tropen
  • typographer
  • uglify
  • unescapeAll
  • update
  • updates
  • urllimit
  • v14
  • w32/mdit-dest-bslash-space
  • w33/markdown-it-html-block-lowercase-declaration
  • workaround
  • yemph

pending completion
299

push

travis-ci

rlidwka
Add markup info for autolink and linkifier tokens

1912 of 1912 relevant lines covered (100.0%)

330.3 hits per line

Relevant lines Covered
Build:
Build:
1912 RELEVANT LINES 1912 COVERED LINES
330.3 HITS PER LINE
Source Files on normalize2
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
299 normalize2 Add markup info for autolink and linkifier tokens push 10 Mar 2015 04:40PM UTC rlidwka travis-ci pending completion  
298 normalize2 Fix protocol-less urls from linkifier Linkifier might send raw hostnames like "example.com", where url starts with domain name. So we prepend http:// in those cases, and remove it afterwards. push 10 Mar 2015 04:32PM UTC rlidwka travis-ci pending completion  
297 normalize2 Fix protocol-less urls from linkifier Linkifier might send raw hostnames like "example.com", where url starts with domain name. So we prepend http:// in those cases, and remove it afterwards. push 10 Mar 2015 04:21PM UTC rlidwka travis-ci pending completion  
296 normalize2 Fix protocol-less urls from linkifier Linkifier might send raw hostnames like "example.com", where url starts with domain name. So we prepend http:// in those cases, and remove it afterwards. push 10 Mar 2015 04:14PM UTC rlidwka travis-ci pending completion  
295 normalize2 Punycode domain names only in known schemas In urls like `skype:XXX` it prevents XXX to be parsed as domain name and encoded with punycode. push 10 Mar 2015 03:52PM UTC rlidwka travis-ci pending completion  
294 normalize2 Punycode domain names only in known schemas In urls like `skype:XXX` it prevents XXX to be parsed as domain name and encoded with punycode. push 10 Mar 2015 03:32PM UTC rlidwka travis-ci pending completion  
293 normalize2 Remove replaceEntities from validateLink Entities will usually be replaced with unescapeAll before they go through the validator. push 10 Mar 2015 02:43PM UTC rlidwka travis-ci pending completion  
292 normalize2 Remove replaceEntities from validateLink Entities will usually be replaced with unescapeAll before they go through the validator. push 10 Mar 2015 02:31PM UTC rlidwka travis-ci pending completion  
291 normalize2 Add tests for normalization functions push 10 Mar 2015 02:26PM UTC rlidwka travis-ci pending completion  
290 normalize2 Add tests for normalization functions push 10 Mar 2015 01:40PM UTC rlidwka travis-ci pending completion  
See All Builds (1370)
  • 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