Fons van der Plas
                                            Fons van der Plas
                                        
                                    The sliderserver hookup will also get simpler: instead of the 18S191 repository triggering the slider server to redeploy, the slider server can now autonomously watch the 18S191 repository and update...
I released MarkdownLiteral with `julia = "1.3"` :) https://github.com/JuliaRegistries/General/pull/50958
https://github.com/MichaelHatherly/CommonMark.jl/pull/34
Instead, we could change the compat bound to `1.6` since julia 1.0 is not supported anymore. I only set it at `1` for MarkdownLiteral.jl because both commonmark and hypertextliteral support...
That makes sense! I really hope it becomes a stdlib! I like the idea of including it in PlutoUI. Let's continue testing it to see if there are any unforseen...
We will discuss this at the weekly pluto developers call in 1 hour: https://julialang.org/community/#events @MichaelHatherly @jeremiahpslewis feel free to join if you have time!
Thanks for the pointers! I will add those
FYI I made https://github.com/JuliaPluto/MarkdownLiteral.jl ! I am still wondering what the best name would be, my favourites are: - `@md` (this is not used by any package yet: [[1]](https://juliahub.com/ui/Search?type=code&q=macro%20md&r=true) [[2]](https://juliahub.com/ui/Search?type=code&q=export%20.%2a%40md&r=true)),...
Hey @Ron-27 ! You currently need a live running slider server to support interactive sliders, the github action alone will only generate the static HTML file. Also take a look...
Thanks!! What do you mean with the double `output/output`?