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

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

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

pending completion
771

push

travis-ci

rlidwka
Move nested delimiter info to opening token instead of inline state

1398 of 1414 branches covered (98.87%)

65 of 65 new or added lines in 4 files covered. (100.0%)

2175 of 2178 relevant lines covered (99.86%)

866.64 hits per line

Relevant lines Covered
Build:
Build:
2178 RELEVANT LINES 2175 COVERED LINES
866.64 HITS PER LINE
Source Files on emphasis
  • Tree
  • List 52
  • Changed 41
  • Source Changed 1
  • Coverage Changed 41
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
771 emphasis Move nested delimiter info to opening token instead of inline state push 04 Sep 2019 11:07AM UTC rlidwka travis-ci pending completion  
769 emphasis Move nested delimiter info to opening token instead of inline state push 03 Sep 2019 05:40PM UTC rlidwka travis-ci pending completion  
768 emphasis Move nested delimiter info to opening token instead of inline state push 03 Sep 2019 04:47PM UTC rlidwka travis-ci pending completion  
444 emphasis Change emphasis parsing algorithm Tokenize first, and replace tokens with emphasis tags on a second pass using an algorithm close to one used in CM. push 30 Sep 2015 02:11PM UTC rlidwka travis-ci pending completion  
442 emphasis Change emphasis parsing algorithm Tokenize first, and replace tokens with emphasis tags on a second pass using an algorithm close to one used in CM. push 30 Sep 2015 01:27PM UTC rlidwka travis-ci pending completion  
438 emphasis Docs, fix enabling/disabling ruler2 push 28 Sep 2015 03:46PM UTC rlidwka travis-ci pending completion  
437 emphasis + push 28 Sep 2015 03:44PM UTC rlidwka travis-ci pending completion  
436 emphasis + push 28 Sep 2015 02:06PM UTC rlidwka travis-ci pending completion  
434 emphasis + push 25 Sep 2015 06:39PM UTC rlidwka travis-ci pending completion  
432 emphasis Yet another emphasis algorithm rewrite Tokenize first, and replace tokens with emphasis tags on a second pass. push 25 Sep 2015 03:54PM UTC rlidwka travis-ci pending completion  
See All Builds (1135)
  • 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

© 2023 Coveralls, Inc