You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Desktop, Mobile: Fixes #2357: Fix slow rendering and memory leak issues with Katex notes
This commit is contained in:
@ -114,7 +114,7 @@ class InteropService_Exporter_Html extends InteropService_Exporter_Base {
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
${assetsToHeaders(result.pluginAssets)}
|
||||
${assetsToHeaders(result.pluginAssets, { asHtml: true })}
|
||||
<title>${escapeHtml(item.title)}</title>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user