1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #1639 from thedavidgay/add-charset-to-html-export

add UTF-8 tag to HTML export (fixes #1624)
This commit is contained in:
Junyoung Choi (Sai)
2018-03-06 17:30:04 +09:00
committed by GitHub

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>