We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--embed-resources
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
Describe your proposed improvement and the problem it solves.
Images (and potentially other resouces) could also be embedded via data: URLs.
data:
The URLs can be a bit disruptive in the middle of the document, so for images they could also be moved to the end by using named references, e.g.
Implement as seen in this mockup: ![application screenshot][img1] ... [img1]: data:image/png;base64,...
Describe alternatives you've considered.
Well, one alternative that I use right now is running pandoc twice: Source => HTML with --embed-resources => Markdown
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe your proposed improvement and the problem it solves.
Images (and potentially other resouces) could also be embedded via
data:
URLs.The URLs can be a bit disruptive in the middle of the document, so for images they could also be moved to the end by using named references, e.g.
Describe alternatives you've considered.
Well, one alternative that I use right now is running pandoc twice:
Source => HTML with
--embed-resources
=> MarkdownThe text was updated successfully, but these errors were encountered: