wcoder / highlightjs-line-numbers.js

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

Added event "ready" when line numbering task complete #79

Open erez-o opened 3 years ago

erez-o commented 3 years ago

Also added example.js and example.css that allow github format hash (#L59-#L79) line coloring, and click functionality.

I intentionally added example files externally and not in highlight-line-numbers.js because it might be situational if someone wants to add these functionalities.