1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00

Mobile: Fixed Katex rendering

This commit is contained in:
Laurent Cozic
2020-11-04 11:36:44 +00:00
parent 10cfa773ca
commit cc3e1bdee8

View File

@ -116,6 +116,7 @@ export default function useSource(noteBody:string, noteMarkupLanguage:number, th
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
${assetsToHeaders(result.pluginAssets, { asHtml: true })}
</head>