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
~~~.
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/htmlcan be added here:Literate.jl/src/Literate.jl
Line 480 in 8d8caac
~~~.