mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +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:
@@ -216,6 +216,7 @@ export default class MarkdownPreview extends React.Component {
|
|||||||
|
|
||||||
return `<html>
|
return `<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<style id="style">${inlineStyles}</style>
|
<style id="style">${inlineStyles}</style>
|
||||||
${styles}
|
${styles}
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user