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

Embed Base64-Encoded Images Inline In HTML? #88

Closed
HiromuHota opened this issue Oct 9, 2020 · 0 comments · Fixed by #99
Closed

Embed Base64-Encoded Images Inline In HTML? #88

HiromuHota opened this issue Oct 9, 2020 · 0 comments · Fixed by #99

Comments

@HiromuHota
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Currently, an image/figure is exported as just <figure title="bbox X X X X"/>

Describe the solution you'd like

Embed an image/figure inline. <img src=”data:<MIMETYPE>;base64,<BASE64_ENCODED_IMAGE>”>

Describe alternatives you've considered

Save an image/figure as a separate file and add the image location like <img src="img.jpg">.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant