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

Code: Exposure of Synchronous Lines #100

Open alex-ppg opened 8 months ago

alex-ppg commented 8 months ago

As the title says, I want to expose lineNumbersInternal as it represents the synchronous version of lineNumbersBlock. I believe there are valid use cases whereby the line-by-line mutation on the DOM should happen synchronously. The dist file needs to be updated accordingly.