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

yuin / goldmark
85%
master: 82%

Build:
Build:
LAST BUILD BRANCH: v2
DEFAULT BRANCH: master
Repo Added 26 Apr 2019 11:42AM UTC
Files 45
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 v2
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • feature/emb-map-data
  • fix-chinese-soft-break
  • 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.14
  • refs/tags/v1.7.15
  • refs/tags/v1.7.16
  • refs/tags/v1.7.17
  • 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
  • refs/tags/v1.8.0
  • refs/tags/v1.8.1
  • refs/tags/v1.8.2
  • refs/tags/v1.8.3
  • refs/tags/v1.8.4
  • refs/tags/v1.8.5
  • refs/tags/v1.8.6
  • refs/tags/v2.0.0
  • refs/tags/v2.0.0-beta.2
  • refs/tags/v2.0.0-beta.5
  • refs/tags/v2.0.0-beta.6
  • refs/tags/v2.0.0-beta.7
  • refs/tags/v2.0.0-beta.8
  • refs/tags/v2.0.0-beta.9
  • refs/tags/v2.0.0-rc.1
  • refs/tags/v2.0.0-rc.2
  • refs/tags/v2.0.0-rc.3
  • refs/tags/v2.0.1
  • 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
  • v2

10 Sep 2026 06:53AM UTC coverage: 85.022% (-0.2%) from 85.21%
34447619435

push

github

yuin
fix(parser): fix indented code block parsing to handle tabs correctly

`CodeBlockParser` did not handle tabs correctly in indented code blocks,
which could lead to incorrect parsing of code blocks with mixed spaces and tabs.

Now `CodeBlockParser` uses `IndentPositionPadding` instead of `IndentPosition`
to correctly calculate the indentation and padding.

This commit also deprecates the `TrimLeftSpaceWidth` method in `Segment`; it does
not handle tabs correctly and should not be used for trimming leading spaces in code blocks.

Refs: #583

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

18 existing lines in 1 file now uncovered.

6721 of 7905 relevant lines covered (85.02%)

2.71 hits per line

Relevant lines Covered
Build:
Build:
7905 RELEVANT LINES 6721 COVERED LINES
2.71 HITS PER LINE
Source Files on master
  • Tree
  • List 45
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
34447619435 v2 fix(parser): fix indented code block parsing to handle tabs correctly `CodeBlockParser` did not handle tabs correctly in indented code blocks, which could lead to incorrect parsing of code blocks with mixed spaces and tabs. Now `CodeBlockParser`... push 10 Sep 2026 06:58AM UTC yuin github
85.02
34440430371 v2 docs(agents): add commit message conventions push 10 Sep 2026 05:17AM UTC yuin github
85.21
34316828928 v2 refactor: make parser.Nil primitive type Since `parser.Nil` was a pointer type, it was sometimes judged as a race condition. To avoid this, `parser.Nil` has been changed to a primitive type that implements the `ast.Node` interface push 09 Sep 2026 05:55AM UTC yuin github
84.69
34315201262 v2 chore: update agent plugins push 09 Sep 2026 05:31AM UTC yuin github
85.48
34210542196 v2 fix(extension): strip trailing punctuation exposed by an unmatched ')' in linkify Since c52d4b3 the unmatched-')' trim ran once after the trailing punctuation loop, so punctuation exposed by that trim was kept in the autolink: (https://example.co... push 08 Sep 2026 09:32AM UTC yuin github
85.55
34210110264 master Merge pull request #581 from chiliec/fix-linkify-trailing-punct-paren fix(extension): strip trailing punctuation exposed by an unmatched ')' in linkify push 08 Sep 2026 09:28AM UTC web-flow github
82.49
34085196371 v2 docs(README): clarify v2 compatibilities of extensions push 07 Sep 2026 05:01AM UTC yuin github
85.56
33726691967 v2 docs(README): add goldmark-diagram push 03 Sep 2026 07:10AM UTC web-flow github
85.57
33722094274 refs/tags/v1.8.6 Merge pull request #569 from binggao1230/fix-urlescape-percent-hex-guard fix: URLEscape validates the same hex digit twice, skipping the byte after %<hex> push 03 Sep 2026 06:11AM UTC web-flow github
82.5
33721892859 master Merge pull request #569 from binggao1230/fix-urlescape-percent-hex-guard fix: URLEscape validates the same hex digit twice, skipping the byte after %<hex> push 03 Sep 2026 06:09AM UTC web-flow github
82.5
See All Builds (579)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc