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

Firefox does not support innerText and outerText #1

Closed tfMen closed 9 years ago

tfMen commented 9 years ago

https://developer.mozilla.org/en/docs/Web/API/Node/textContent

textContent is better when we don't consider about IE8.

And, /\r\n|\r|\n/g is more good when counting lines.

wcoder commented 9 years ago

Thanks for the help!