-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anchor links #143
Anchor links #143
Conversation
(Fixes #52) |
Great idea, still needs some fine tuning (see the link on the bottom right): https://nodejs.org/en/about/working-groups/#website Also a little bit of padding would be nice, so the hash doesn't touch the headline. Maybe also a more subtile hover style for those links without the green background? |
Yes, good idea. The font might be too bold too. |
Nice, looking forward to this landing 👍 On Monday, September 14, 2015, Fábio Santos notifications@github.com
|
I've forked @fabiosantoscode's branch here, resolved conflicts and extended the renderer function to support markdown headings that contain links. Here is the comparison with master. Any thoughts? |
Nice refactoring w/tests @mrkiffie 👍 Maybe you could address the styling issues @fhemberger pointed out aswell while you're at it?
|
Ok, I'll have a look at those style tweaks |
Very nice @mrkiffie! I would say your branch looks mergeable after squashing your commits into one and opening a PR from your fork. |
Fixed with 294af4f, thanks to both of you 👍 |
Okay, this implements anchor links in headings from markdown text!
I love anchor links, so I really had to do this one.