react-pdf-highlighter
react-pdf-highlighter copied to clipboard
separate multiline highlighted texts with space
This should fix the issue where multiline highlights appear as a single sentence. This finds the line breaks, and replaces it with a space.
Lmk if i should leave the "\n" and let the user decide what to replace it with.
Closed #228