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

Add support for generating SVG with inline option enabled #101

Open
mojavelinux opened this issue Nov 25, 2020 · 1 comment
Open

Add support for generating SVG with inline option enabled #101

mojavelinux opened this issue Nov 25, 2020 · 1 comment

Comments

@mojavelinux
Copy link
Member

The HTML-based converters support embedding the SVG directly into the output document. This happens if the inline option is set on the image node (i.e., opts=inline). This extension should make it possible for a user to set this option on image nodes when the format is SVG.

One idea would be to expand the acceptable values of the mathematical-format attribute to include svg-inline. The extension would split this into the SVG format and the inline option.

@ProgramFan
Copy link
Contributor

This sounds great.

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

No branches or pull requests

2 participants