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
I would like
# # Experiment with Literate using PGFPlotsX Plot(Table(1:10, 1:10))
rendered with Literate.markdown("index.jl", ".", flavor = Literate.CommonMarkFlavor(), execute = true) to embed the plot as svg instead of png.
Literate.markdown("index.jl", ".", flavor = Literate.CommonMarkFlavor(), execute = true)
Looking at the source, this seems to be hardcoded. Ok if I make a PR to customize this, or is there an easier way?
The text was updated successfully, but these errors were encountered:
Sure, that would be fine. I just didn't know if there was a common enough way to embed svg in markdown.
Sorry, something went wrong.
Cf #126.
Add configuration for captured mime types.
39365cf
Fixes fredrikekre#182.
Successfully merging a pull request may close this issue.
I would like
rendered with
Literate.markdown("index.jl", ".", flavor = Literate.CommonMarkFlavor(), execute = true)
to embed the plot as svg instead of png.Looking at the source, this seems to be hardcoded. Ok if I make a PR to customize this, or is there an easier way?
The text was updated successfully, but these errors were encountered: