You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: