bvaughn/react-highlight-words

textToHighlight Prop doesn't maintain the spacing or newlines

Open

#80 opened on Apr 25, 2019

 (2 comments) (4 reactions) (0 assignees)JavaScript (176 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (2,303 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

The text I'm passing to the textToHighlight prop contains newlines because it is formatted in paragraphs. Unfortunately, the spacing or newlines are not maintained so my text doesn't look formatted anymore.

Contributor guide