romannurik / SlidesCodeHighlighter

A little web app that helps you copy+paste syntax-highlighted code into slide decks.
https://romannurik.github.io/SlidesCodeHighlighter/
Apache License 2.0
1.06k stars 92 forks source link

fix selecting text with carriage returns #58

Closed thecodingwizard closed 3 years ago

thecodingwizard commented 3 years ago

Previously, if the pasted code contained carriage returns, the character position calculation would be incorrect, causing the wrong code to be highlighted.

romannurik commented 3 years ago

Thank you!