Skip to content

docs(readme): fix extra asterisk in v4 security support note - #3110

Merged
aldas merged 1 commit into
labstack:masterfrom
haimingZZ:fix/readme-security-markdown-extra-asterisk
Sep 21, 2026
Merged

aldas merged 1 commit into
labstack:masterfrom
haimingZZ:fix/readme-security-markdown-extra-asterisk

Conversation

@haimingZZ

Copy link
Copy Markdown

What

The supported-versions bullet on line 58 of the README reads:

- Echo `v4` is supported with **security*** updates and **bug** fixes until **2026-12-31**

The third asterisk in **security*** produces an unbalanced emphasis run. As rendered:

  • **security** → bold "security" ✓
  • **security*** → bold "security" followed by a stray italic mark ✗

The matching **bug** next to it already shows the intended styling. This PR removes the spurious trailing * so the bold marker closes cleanly:

-- Echo `v4` is supported with **security*** updates and **bug** fixes until **2026-12-31**
+- Echo `v4` is supported with **security** updates and **bug** fixes until **2026-12-31**

Why

Pure cosmetic / markdown correctness fix; no semantic change to the support statement itself.

The supported-versions bullet read 'with **security*** updates and **bug**
fixes until 2026-12-31'. The third asterisk made '**security***' render as
'**security*** ' — three italic emphasis markers in a row — instead of the
intended bold 'security' (matching the surrounding '**bug**' word).

Removes the spurious trailing '*' so the bold marker closes cleanly and the
sentence now reads as 'with **security** updates and **bug** fixes until
2026-12-31', matching the intended styling.
@codecov

codecov Bot commented Sep 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.73%. Comparing base (dcb05f0) to head (dfada96).
⚠️ Report is 15 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3110      +/-   ##
==========================================
+ Coverage   93.34%   95.73%   +2.38%     
==========================================
  Files          43       44       +1     
  Lines        4735     4034     -701     
==========================================
- Hits         4420     3862     -558     
+ Misses        192      172      -20     
+ Partials      123        0     -123     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@aldas
aldas merged commit 3d084be into labstack:master Sep 21, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants