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
First of all, I love Docverter. It is a great service. Now for the bug report: This simple markdown file:
# Random title ![](http://i.imgur.com/DOwiteW.jpg) and some random text...
will produce a 500 error when converting to epub, and a cropped image when converting to pdf.
epub
pdf
That being said, pandoc fails on both conversions with error codes 1 and 43.
The text was updated successfully, but these errors were encountered:
Try adding
<style> img{ width: 100%; } </style>
This will fix image cropping in PDFs EDIT: Actually I use this trick for markdown -(showdown)-> HTML -(docverter)-> PDF, but it might still work.
Sorry, something went wrong.
No branches or pull requests
First of all, I love Docverter. It is a great service.
Now for the bug report:
This simple markdown file:
will produce a 500 error when converting to
epub
, and a cropped image when converting topdf
.That being said, pandoc fails on both conversions with error codes 1 and 43.
The text was updated successfully, but these errors were encountered: