mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
chore: enable wrapping long lines in syntax highlighter
This commit is contained in:
parent
3a67aa7c76
commit
4e55438c79
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ const ReadmeRenderer = ({ markdown }) => {
|
|||
<SyntaxHighlighter
|
||||
style={solarizedlight}
|
||||
PreTag="div"
|
||||
wrapLongLines={true}
|
||||
language={match[1]}
|
||||
{...props}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue