Skip to content

Commit 376dbe7

Browse files
authored
fix: use charset in output HTML (#599)
Without this safari shows crap on non ascii characters
2 parents 2b85133 + d12c5bb commit 376dbe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/export/output.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ let originalHeight = {height};
216216
OutputFormat::Html => format!(
217217
"
218218
<head>
219+
<meta charset=\"UTF-8\">
219220
<style>
220221
{css}
221222
</style>

0 commit comments

Comments
 (0)