Skip to content
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

Table of contents links not working om npmjs.org #95

Open
lillesand opened this issue Oct 7, 2015 · 0 comments
Open

Table of contents links not working om npmjs.org #95

lillesand opened this issue Oct 7, 2015 · 0 comments

Comments

@lillesand
Copy link

Many of the table of contents links https://www.npmjs.com/package/gulp-notify don't work. The problem appears to be that npmjs' Markdown renderer use - as a delimiter on headings with special characters, while Github just trim the special characters.

https://www.npmjs.com/package/gulp-notify#notifystring - doesn't work
https://www.npmjs.com/package/gulp-notify#notify-string - works
https://github.com/mikaelbr/gulp-notify/blob/master/README.md#notifystring works
https://github.com/mikaelbr/gulp-notify/blob/master/README.md#notify-stringdoesn't work

I guess the best fix would be to do something like what's described in this stackoverflow answer.

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

No branches or pull requests

1 participant