Errors in which 한글(korean word) is not properly printed
Dailyscat opened this issue · 1 comments
Dailyscat commented
Situation:
Korean word are not properly printed.
ex:
간 => 가ㄴ, 같 => 가ㅌ
solution:
(1) Markdown-pdf: The path of Styles in vscode must be modified.
(2) "markdown-pdf.styles": [ "/yours!!!/markdown-pdf.css" ],
(3) The contents of markdown-pdf.cs are the same as the code.
body {
font-family: "Segoe WPC", "Segoe UI", "SFUIText-Light", "HelveticaNeue-Light", sans-serif;
}
In other words, "Droid Sans Fallback" must be deleted.
p.s
For directories, the absolute path starting at /home is recommended for the Linux user.
yzane commented
Please upgrade Markdown PDF to ver1.4.4 and try.