mirror of
https://github.com/semver/semver.git
synced 2026-03-10 16:02:25 -05:00
Page anchors for all paragraphs please.. #151
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 @tomByrer on GitHub (Sep 19, 2014).
I wind up referencing SemVer.org on average every month. Would be great that we could link directly to a paragraph instead of having to quote the entire block, so in code comments we can do:
/* spec formatting: http://semver.org/spec/v2.0.0.html#pre-release */Likely the best bet to change the paragraph numbers to
<h4>or the like. Let me know if you want a PR example.@FichteFoll commented on GitHub (Sep 19, 2014):
https://github.com/mojombo/semver.org
@tomByrer commented on GitHub (Sep 19, 2014):
Thanks. I could PR there, but I would (slightly) change the layout: switching numbered bullets for headers. I assume that this semver.md is the root document, & text changes should originate here?
(Also surprised that you don't have a script to translate MarkDown to HTML, but perhaps you do that manually?)
@NewAlexandria commented on GitHub (Nov 19, 2015):
I've created a PR to solve this. Demo on my fork
@AndersDJohnson commented on GitHub (Dec 30, 2015):
Relates to https://github.com/mojombo/semver.org/issues/27.
@jwdonahue commented on GitHub (Dec 8, 2017):
I like this. It seems to have been partially implemented already. I'd like to see visible anchor indicators around or underlining every paragraph number or directly above/next-to every non-numbered paragraph.
@steveklabnik commented on GitHub (Feb 11, 2019):
This is pretty much implemented. If there's still stuff missing, please open issues over at https://github.com/semver/semver.org. Thanks.
@NewAlexandria commented on GitHub (Feb 11, 2019):
Yup, been up for a while, but thanks for grooming the repo issues 👍