agentcooper / react-pdf-highlighter

Set of React components for PDF annotation
https://agentcooper.github.io/react-pdf-highlighter/
MIT License
1.04k stars 407 forks source link

separate multiline highlighted texts with space #253

Open zeus-12 opened 11 months ago

zeus-12 commented 11 months ago

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