Unverified Commit 27de96d4 authored by Ganesh M's avatar Ganesh M Committed by GitHub

fix(ui): math render (#5549)

parent 8cd9c591
...@@ -50,7 +50,7 @@ const MemoContent = (props: MemoContentProps) => { ...@@ -50,7 +50,7 @@ const MemoContent = (props: MemoContentProps) => {
> >
<ReactMarkdown <ReactMarkdown
remarkPlugins={[remarkDisableSetext, remarkMath, remarkGfm, remarkBreaks, remarkTag, remarkPreserveType]} remarkPlugins={[remarkDisableSetext, remarkMath, remarkGfm, remarkBreaks, remarkTag, remarkPreserveType]}
rehypePlugins={[rehypeRaw, rehypeKatex, [rehypeSanitize, SANITIZE_SCHEMA]]} rehypePlugins={[rehypeRaw, [rehypeSanitize, SANITIZE_SCHEMA], rehypeKatex]}
components={{ components={{
// Child components consume from MemoViewContext directly // Child components consume from MemoViewContext directly
input: ((inputProps: React.ComponentProps<"input"> & { node?: Element }) => { input: ((inputProps: React.ComponentProps<"input"> & { node?: Element }) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment