mirror of https://github.com/usememos/memos.git
fix(ui): math render (#5549)
This commit is contained in:
parent
8cd9c591d4
commit
27de96d440
|
|
@ -50,7 +50,7 @@ const MemoContent = (props: MemoContentProps) => {
|
|||
>
|
||||
<ReactMarkdown
|
||||
remarkPlugins={[remarkDisableSetext, remarkMath, remarkGfm, remarkBreaks, remarkTag, remarkPreserveType]}
|
||||
rehypePlugins={[rehypeRaw, rehypeKatex, [rehypeSanitize, SANITIZE_SCHEMA]]}
|
||||
rehypePlugins={[rehypeRaw, [rehypeSanitize, SANITIZE_SCHEMA], rehypeKatex]}
|
||||
components={{
|
||||
// Child components consume from MemoViewContext directly
|
||||
input: ((inputProps: React.ComponentProps<"input"> & { node?: Element }) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue