chore: enable wrapping long lines in syntax highlighter

This commit is contained in:
Kieran Klukas 2024-08-21 20:59:13 -04:00
parent 3a67aa7c76
commit 4e55438c79
No known key found for this signature in database

View file

@ -22,6 +22,7 @@ const ReadmeRenderer = ({ markdown }) => {
<SyntaxHighlighter
style={solarizedlight}
PreTag="div"
wrapLongLines={true}
language={match[1]}
{...props}
>