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

It seems to destroy some of the structure. #29

Closed nasyxx closed 6 years ago

nasyxx commented 6 years ago

Before:

screen shot 2018-02-06 at 8 07 02 pm screen shot 2018-02-06 at 8 07 25 pm

After:

screen shot 2018-02-06 at 8 08 32 pm screen shot 2018-02-06 at 8 08 40 pm

Is there any way to avoid this happening?

wcoder commented 6 years ago

Hi @nasyxx, thanks for the feedback.

This is a known issue in the latest version of the plugin.

I tried to fix it in dev branch, please try it, should help you:

https://github.com/wcoder/highlightjs-line-numbers.js/blob/bugfixes/multiline-nodes/src/highlightjs-line-numbers.js