Fons van der Plas

Results 849 comments of Fons van der Plas

`sources` should already be kind-of supported in Pluto.jl (sources will be used if they are specified), but there are lots of places in our code where we still need to...

In Pluto we currently show all fields, but private names are greyed out, and they score lower in our sorting: Maybe the REPL could do something similar?

Hey! Thanks for helping with our markdown samples! For this PR, I think that the complexity of installing and setting up commonmark does not belong in the "getting started" notebook....

This all sounds great, thanks for your work! I definitely support it from the Pluto side. Some notes: - Adding CM as a dependency is difficult right now, because the...

That's awesome! I think that disabling dollar math is a good choice. I am excited for CommonMark.jl, but I won't be able to follow its development very closely. Right now...

Sorry for leaving this PR for so long! I took at look at it again today, and this led to a fun experiment! https://github.com/MichaelHatherly/CommonMark.jl/issues/31 Since we have #844 , it...

Hello from the future! https://github.com/MichaelHatherly/CommonMark.jl/issues/31 became https://github.com/JuliaPluto/MarkdownLiteral.jl which is definitely **fun** and it works well, but the problem is `\` for latex. We need to choose between: - `@md """`...

@vchuravy gave me the idea that we can give a different macro in Pluto, than in the `.jl` notebook file. This way, we could give a better Markdown experience in...

@ultrapoci Can you check if https://github.com/JuliaPluto/PlutoPDF.jl/pull/19 fixes your issue?