mirror of
https://github.com/semver/semver.git
synced 2026-07-10 19:50:47 -05:00
[GH-ISSUE #726] Website replaced -- with – (endash) and --- with — (emdash) #4735
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anderium on GitHub (Jul 14, 2021).
Original GitHub issue: https://github.com/semver/semver/issues/726
This is an incredibly small detail about the specification on the website. The example version
1.0.0-x-y-z.--renders as1.0.0-x-y-z.–on the website. Where the--has been replaced with an endash:–. Similarly1.0.0+21AF26D3----117B344092BDrenders as1.0.0+21AF26D3—-117B344092BD. The---has been replaced with an emdash:—.Below some screenshots. The left is from the markdown here on git and the right is from the website.
I know that LaTeX interprets these sequences, so my guess is that somewhere in the process of generating the website a tool converts
--and---, while it shouldn't in this case.@Nixinova commented on GitHub (Jul 24, 2021):
Duplicates https://github.com/semver/semver.org/issues/291