wcoder / highlightjs-line-numbers.js

Line numbering plugin for Highlight.js
https://wcoder.github.io/highlightjs-line-numbers.js/
MIT License
548 stars 126 forks source link

Relative line links? #7

Open gitblit opened 8 years ago

gitblit commented 8 years ago

This looks like a nice enhancement for what I consider to be missing functionality in highlight.js. Not every one agrees, but that's ok.

Is there a way your plugin could optionally generate relative line links? something like <a href="#line100">100</a> ?

wcoder commented 8 years ago

Thanks, it is great idea!

Currently, I investigate this functionality.

wcoder commented 8 years ago

@gitblit, what do you think about this implementation?

johngilden commented 6 years ago

Would be really cool to get this merged into the latest version somehow!