You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Desktop, Mobile: Fixes #2357: Fix slow rendering and memory leak issues with Katex notes
This commit is contained in:
@ -101,7 +101,7 @@ class NoteBodyViewer extends Component {
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
${assetsToHeaders(result.pluginAssets)}
|
||||
${assetsToHeaders(result.pluginAssets, { asHtml: true })}
|
||||
</head>
|
||||
<body>
|
||||
${html}
|
||||
|
Reference in New Issue
Block a user