Open gitblit opened 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> ?
<a href="#line100">100</a>
Thanks, it is great idea!
Currently, I investigate this functionality.
@gitblit, what do you think about this implementation?
Would be really cool to get this merged into the latest version somehow!
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>
?