Morten Piibeleht

Results 540 comments of Morten Piibeleht

That is true, but the user can fall back to using the standard parser and not actually work with the AST. Basically, rather than returning a string `s` from the...

The Markdown AST generated by CBinding.jl is, by some definition, invalid. I don't think the parser ever generates AST where the children would not be wrapped in a `Vector`. So...

I think the [at-eval block](https://juliadocs.github.io/Documenter.jl/stable/man/syntax/#@eval-block) does what you need?

You mean the JLL artifacts? Is there a way to easily get that info? Git_jll appears the be on the order of 40-50MB (which is actually more than I thought...

It its current current state, I find the sidebar slightly jarring when it gets centered. Fredrik's suggestion to follow the Rust Book example, where the sidebar stays on the left,...

> Now that almost all packages use Documenter I feel like the list should either be removed or be curated to only include links to packages that does something extra...

That said, in the meanwhile, we can also just make sure that the links we have there are up to date.

> I guess one could guess based on the repository beeing $USER.github.io. Perhaps that is good enough? As this is the rule that GitHub uses, I think it should be...

`REPL[]` things would correspond to what you get if you copy-paste the doctest into the REPL, right? You're right that changing this would be breaking, but we could have that...