1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

add UTF-8 tag to HTML export (fixes #1624)

This commit is contained in:
David Gay
2018-03-05 21:22:42 -05:00
parent 9d8bc40594
commit 4800a88cf6

View File

@@ -216,6 +216,7 @@ export default class MarkdownPreview extends React.Component {
return `<html>
<head>
<meta charset="UTF-8">
<style id="style">${inlineStyles}</style>
${styles}
</head>