I'm using React Syntax Highlighter to highlight code when I render a markdown file to HTML.
I see that I have to set wrapLines to true so that there's a span parent for each line. However, I'm confused on what I should be passing to lineProps to enable line wrap?
For an example, you can look at this screenshot.
I'd like to preserve the line numbers too.
Thank you very much for the help!
