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

yuin / goldmark
83%

Build:
DEFAULT BRANCH: master
Repo Added 26 Apr 2019 11:42AM UTC
Files 47
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
  • No branch selected
  • feature/emb-map-data
  • fix-readme-extension
  • fix/walk-and-replace
  • master
  • refs/tags/1.1.27
  • refs/tags/v.1.1.13
  • refs/tags/v.1.1.21
  • refs/tags/v1.1.10
  • refs/tags/v1.1.11
  • refs/tags/v1.1.12
  • refs/tags/v1.1.14
  • refs/tags/v1.1.15
  • refs/tags/v1.1.16
  • refs/tags/v1.1.17
  • refs/tags/v1.1.18
  • refs/tags/v1.1.19
  • refs/tags/v1.1.20
  • refs/tags/v1.1.21
  • refs/tags/v1.1.22
  • refs/tags/v1.1.23
  • refs/tags/v1.1.24
  • refs/tags/v1.1.25
  • refs/tags/v1.1.26
  • refs/tags/v1.1.27
  • refs/tags/v1.1.28
  • refs/tags/v1.1.29
  • refs/tags/v1.1.30
  • refs/tags/v1.1.31
  • refs/tags/v1.1.32
  • refs/tags/v1.1.33
  • refs/tags/v1.1.4
  • refs/tags/v1.1.5
  • refs/tags/v1.1.6
  • refs/tags/v1.1.7
  • refs/tags/v1.1.8
  • refs/tags/v1.1.9
  • refs/tags/v1.2.0
  • refs/tags/v1.2.1
  • refs/tags/v1.3.0
  • refs/tags/v1.3.1
  • refs/tags/v1.3.2
  • refs/tags/v1.3.3
  • refs/tags/v1.3.4
  • refs/tags/v1.3.5
  • refs/tags/v1.3.6
  • refs/tags/v1.3.7
  • refs/tags/v1.3.8
  • refs/tags/v1.3.9
  • refs/tags/v1.4.0
  • refs/tags/v1.4.1
  • refs/tags/v1.4.10
  • refs/tags/v1.4.11
  • refs/tags/v1.4.12
  • refs/tags/v1.4.13
  • refs/tags/v1.4.14
  • refs/tags/v1.4.15
  • refs/tags/v1.4.2
  • refs/tags/v1.4.3
  • refs/tags/v1.4.4
  • refs/tags/v1.4.5
  • refs/tags/v1.4.6
  • refs/tags/v1.4.7
  • refs/tags/v1.4.8
  • refs/tags/v1.4.9
  • refs/tags/v1.5.0
  • refs/tags/v1.5.1
  • refs/tags/v1.5.2
  • refs/tags/v1.5.3
  • refs/tags/v1.5.4
  • refs/tags/v1.5.5
  • refs/tags/v1.5.6
  • refs/tags/v1.6.0
  • refs/tags/v1.7.0
  • refs/tags/v1.7.1
  • refs/tags/v1.7.10
  • refs/tags/v1.7.11
  • refs/tags/v1.7.12
  • refs/tags/v1.7.13
  • refs/tags/v1.7.2
  • refs/tags/v1.7.4
  • refs/tags/v1.7.5
  • refs/tags/v1.7.6
  • refs/tags/v1.7.7
  • refs/tags/v1.7.8
  • refs/tags/v1.7.9
  • v1.0.0
  • v1.0.1
  • v1.0.10
  • v1.0.2
  • v1.0.3
  • v1.0.4
  • v1.0.5
  • v1.0.6
  • v1.0.7
  • v1.0.8
  • v1.0.9
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • v1.1.3

31 Oct 2025 05:48AM UTC coverage: 82.777%. Remained the same
18964001743

push

github

web-flow
Merge pull request #532 from tats-u/fix-readme-extension

Fix name and URL of goldmark-cjk-friendly in README

6224 of 7519 relevant lines covered (82.78%)

475300.02 hits per line

Relevant lines Covered
Build:
Build:
7519 RELEVANT LINES 6224 COVERED LINES
475300.02 HITS PER LINE
Source Files on master
  • Tree
  • List 47
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18964001743 master Merge pull request #532 from tats-u/fix-readme-extension Fix name and URL of goldmark-cjk-friendly in README push 31 Oct 2025 05:48AM UTC web-flow github
82.78
18957175989 fix-readme-extension Fix name and URL of goldmark-cjk-friendly in README Pull #532 30 Oct 2025 10:49PM UTC tats-u github
82.78
18951113246 master Merge pull request #531 from tats-u/add-extension Add goldmark-cjk-friendly to README push 30 Oct 2025 06:26PM UTC web-flow github
82.78
18629789648 master docs: add pull request template push 19 Oct 2025 11:31AM UTC yuin github
82.78
18629767898 master docs: add pull request template push 19 Oct 2025 11:29AM UTC yuin github
82.78
17884269769 master Update funding options to include GitHub Sponsors push 20 Sep 2025 08:06PM UTC web-flow github
82.78
17822044911 master Merge pull request #530 from tendstofortytwo/add-goldmark-customtag add goldmark-customtag to README push 18 Sep 2025 07:58AM UTC web-flow github
82.78
17342102117 master Merge pull request #528 from zeozeozeo/add-goldmark-subtext Add goldmark-subtext to readme push 30 Aug 2025 09:25AM UTC web-flow github
82.78
16540421973 fix/walk-and-replace Make ast.Walk() robust against the replacement of the current node When the current node is replaced (with ReplaceChild()), the walk is interrupted as the previous node lost its sibling. This changes make it possible to continue walking. Pull #523 26 Jul 2025 01:44PM UTC vincentbernat github
82.78
16453452503 refs/tags/v1.7.13 fix: panics when negative indent with tabs in fenced code block. Fixes #522 push 22 Jul 2025 07:17PM UTC yuin github
82.78
See All Builds (511)
  • 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

© 2025 Coveralls, Inc