We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Inline code like this do not use a proportional font when converted to PDF, contrary to the markdown preview in VSCode as you can see:
like this
It seems that font-family: inherit in markdown-pdf.css causes the problem:
font-family: inherit
markdown-pdf.css
/* for inline code */ :not(pre):not(.hljs) > code { color: #A31515; font-size: inherit; font-family: inherit; }
The text was updated successfully, but these errors were encountered:
Merge pull request #41 from tigerhawkvok/patch-1
f44595d
Fix inline code not being monospaced (Fix #26)
Merge pull request yzane#41 from tigerhawkvok/patch-1
581ca22
Fix inline code not being monospaced (Fix yzane#26)
No branches or pull requests
Hello,
Inline code
like this
do not use a proportional font when converted to PDF, contrary to the markdown preview in VSCode as you can see:It seems that
font-family: inherit
inmarkdown-pdf.css
causes the problem:The text was updated successfully, but these errors were encountered: