From 91ccc80a97b0262042e11ab46efacf4a712b71fd Mon Sep 17 00:00:00 2001 From: keyan Date: Fri, 6 Oct 2023 18:51:38 -0500 Subject: [PATCH] fix issues related to syntax highlighting --- components/text.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/text.js b/components/text.js index b68b9261..3f25eb9f 100644 --- a/components/text.js +++ b/components/text.js @@ -86,12 +86,12 @@ export default memo(function Text ({ nofollow, imgproxyUrls, children, tab, ...o const Code = useCallback(({ node, inline, className, children, style, ...props }) => { return inline ? ( - + {children} ) : ( - + {children} )