Downgrade syntax highlighter to fix wrapLongLines (#4368)

This commit is contained in:
Elijah Ahianyo 2024-11-22 00:54:15 +00:00 committed by GitHub
parent c13cec3d8a
commit 9faa5d6fd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -382,7 +382,7 @@ for theme_name in dir(Theme):
class CodeBlock(Component, MarkdownComponentMap):
"""A code block."""
library = "react-syntax-highlighter@15.6.1"
library = "react-syntax-highlighter@15.6.0"
tag = "PrismAsyncLight"