vue-highlight.js
vue-highlight.js copied to clipboard
Support line numbers
Can we add line number to the code field?
https://github.com/wcoder/highlightjs-line-numbers.js is the main plugin for adding line numbers, which works quite well.
@lights0123 Wow! Interesting. I'll try it myself.
@gluons I created a combination of this project and that plugin, which is available as a Gist here. Unfortunately, that plugin requires running on a browser, meaning that I needed to make this a browser-only component. Things like Nuxt will be unable to render line numbers on the server side.
I know it's been a year and a half, but any progress on this? :)