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

Problem with emphasis when converting directly from markdown to pdf #517

Closed
PeterHero opened this issue Jan 25, 2024 · 3 comments
Closed
Assignees
Labels
bug Something isn't working priority-medium
Milestone

Comments

@PeterHero
Copy link

First of all I'd like to thank you for your time and effort you have put in the tool. It stands out among the many, because it is not bloated as some other, but simply converts html or md to pdf.

I encountered incorrect formatting of emphasized or italic text when converting md file to pdf:
htmldoc --webpage -f foo.pdf foo.md

When used with html in the middle it works as expected:
htmldoc --webpage foo.md | htmldoc --webpage -f foo.pdf -

@michaelrsweet
Copy link
Owner

Can you attach a sample markdown file that shows this? Also, what version of HTMLDOC are you using?

@michaelrsweet michaelrsweet self-assigned this Jan 25, 2024
@michaelrsweet michaelrsweet added the investigating Investigating the issue label Jan 25, 2024
@PeterHero
Copy link
Author

foo.md:

test *test* **test**

version:

$ htmldoc --version
1.9.17

@michaelrsweet michaelrsweet added bug Something isn't working priority-medium and removed investigating Investigating the issue labels Feb 11, 2024
@michaelrsweet michaelrsweet added this to the Stable milestone Feb 11, 2024
@michaelrsweet
Copy link
Owner

[master eb3e99f] Fix markdown text styles (Issue #517)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-medium
Projects
None yet
Development

No branches or pull requests

2 participants