rajinwonderland / react-code-blocks

React code blocks and code snippet components
https://react-code-blocks.rajinwonderland.vercel.app
MIT License
613 stars 81 forks source link

Bug in highlight for some cases of ranges of one-digit to double-digit #137

Open Nati-An opened 1 year ago

Nati-An commented 1 year ago

See codebox for example

When setting a "1-10" or "1-11" in the highlight props, highlight is working as expected However, when setting any other one-digit it fails to highlight the required rows, for example: "4-11" is not working as expected, and nothing is highlighted.