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
Hi,
I'm having the same issue as described here: https://tex.stackexchange.com/questions/537851/wrapping-of-long-addresses-when-converting-markdown-to-pdf-via-pandoc
Any idea how to handle long url's ? i can't get it to fit into the page width of the PDF even tho the html+css has both max-width and wrap
The text was updated successfully, but these errors were encountered:
Just be 100% sure: have you tried the following CSS rule?
a { word-wrap: break-word; }
Sorry, something went wrong.
Yes, i'm sure.
Here is an example repo i made with my use case and result: https://github.com/JStyle21/md2pdf_test
No branches or pull requests
Hi,
I'm having the same issue as described here:
https://tex.stackexchange.com/questions/537851/wrapping-of-long-addresses-when-converting-markdown-to-pdf-via-pandoc
Any idea how to handle long url's ? i can't get it to fit into the page width of the PDF even tho the html+css has both max-width and wrap
The text was updated successfully, but these errors were encountered: