[PR #901] [MERGED] Escape dashes in the 1.0.0+21AF26D3----117B344092BD example. #6840

Closed
opened 2026-06-17 05:37:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/semver/semver/pull/901
Author: @lgarron
Created: 12/1/2022
Status: Merged
Merged: 12/1/2022
Merged by: @JohnTitor

Base: masterHead: patch-1


📝 Commits (1)

  • fc91871 Escape dashes in the 1.0.0+21AF26D3----117B344092BD example.

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 semver.md (+1 -1)

📄 Description

When unescaped, the first three dashes are rendered as an em dash at https://semver.org/#spec-item-10

... 1.0.0+21AF26D3—-117B344092BD.

Adding the backspaces should prevent this issue.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/semver/semver/pull/901 **Author:** [@lgarron](https://github.com/lgarron) **Created:** 12/1/2022 **Status:** ✅ Merged **Merged:** 12/1/2022 **Merged by:** [@JohnTitor](https://github.com/JohnTitor) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`fc91871`](https://github.com/semver/semver/commit/fc918710692c08ac792d945493c979043fcbf049) Escape dashes in the `1.0.0+21AF26D3----117B344092BD` example. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `semver.md` (+1 -1) </details> ### 📄 Description When unescaped, the first three dashes are rendered as an em dash at https://semver.org/#spec-item-10 > ... 1.0.0+21AF26D3—-117B344092BD. Adding the backspaces should prevent this issue. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-17 05:37:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/semver#6840