Downgrade syntax highlighter to fix wrapLongLines
(#4368)
This commit is contained in:
parent
c13cec3d8a
commit
9faa5d6fd9
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user