Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in which 한글(korean word) is not properly printed #148

Open
Dailyscat opened this issue Sep 20, 2019 · 1 comment
Open

Errors in which 한글(korean word) is not properly printed #148

Dailyscat opened this issue Sep 20, 2019 · 1 comment
Milestone

Comments

@Dailyscat
Copy link

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 yzane added this to the 1.4.4 milestone Mar 17, 2020
@yzane
Copy link
Owner

yzane commented Mar 18, 2020

Please upgrade Markdown PDF to ver1.4.4 and try.

tat3 pushed a commit to tat3/vscode-markdown-pdf-2 that referenced this issue Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants