diff --git a/src/app/plugins/react-custom-html-parser.tsx b/src/app/plugins/react-custom-html-parser.tsx index 665922c9..ba40c978 100644 --- a/src/app/plugins/react-custom-html-parser.tsx +++ b/src/app/plugins/react-custom-html-parser.tsx @@ -258,7 +258,7 @@ export function CodeBlock({ }; return ( - +
@@ -433,9 +433,9 @@ export const getReactCustomHtmlParser = ( } } else { return ( - + {domToReact(children, opts)} - + ); } }