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

Franklin.jl flavored Literate.markdown output #146

Closed
fredrikekre opened this issue Jun 21, 2021 · 0 comments
Closed

Franklin.jl flavored Literate.markdown output #146

fredrikekre opened this issue Jun 21, 2021 · 0 comments

Comments

@fredrikekre
Copy link
Owner

Similar to Pluto-flavored notebooks (#120) there could be Franklin flavored markdown output. The main thing this allows is inline HTML output from executed code. For that particular change text/html can be added here:

for (mime, ext) in [(MIME("image/png"), ".png"), (MIME("image/jpeg"), ".jpeg")]
that is then wrapped in Franklins inline HTML syntax ~~~.

fredrikekre added a commit that referenced this issue Jul 8, 2021
Adds `Literate.FranklinFlavor` that supports text/html output
when executing the markdown file.

fixes #146, closes #147
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

1 participant