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

Fix #51 #61

Closed taufik-nurrohman closed 5 years ago

anlambert commented 5 years ago

I just tested the effect of that PR but it does not fix the encountered issue, blank lines are still inserted when copying/pasting code using Firefox or Edge. The only way I found to overcome it is detailed in #60.

wcoder commented 5 years ago

Hi @tovic

I agree with @anlambert, this PR doesn’t solve the bug.

taufik-nurrohman commented 5 years ago

Okay, I will close this pull then. I thought that bug was about a single space that added on every empty new-lines. If that’s the case, then this pull can fix that.