Morten Piibeleht
Morten Piibeleht
I guess the main ask here is to make it a bit easier to have somewhat complex setup code, but that needs to change slightly per doctest, but without having...
This is semi-intentional I'd say. The first docstring is not really attached to a method, but attached to the binding itself. So with `Trash.list` we're just including the docstring of...
> I suppose the other aspect that makes this feel strange to me is that it's yet another difference from `@doc` in the Julia REPL. This is fair -- having...
Very cool! It looks like you can run into some "layout" issues when you have small windows or are close to edges I guess:  I don't know if there...
Documenter uses highlight.js, so this is an upstream problem. * https://github.com/highlightjs/highlight.js/blob/main/src/languages/julia.js * https://github.com/highlightjs/highlight.js/blob/main/src/languages/julia-repl.js One thing you could check is whether Documenter's master version improves this -- we're going from `v11.5.1`...
Do you mind testing with Documenter `#master` to verify? The issue _may_ also come from the theme or something.
Contributions very much welcome, this issue is not on my radar right now. > Would you consider using a different syntax highlighting library from highlight.js for Julia, or even in...
Any ideas why it's that large? The Julia manual's index is the largest I know of and it's less than 1 MiB. I suspect some sort of auto-generated content is...
Quickly looking through the 99 MiB one, I see heaps of SVG data in there. Documenter shouldn't be adding that, so I think it's something specific to the Plots repo...
Just thinking out loud here a bit: * Now that we have the `public` keyword (https://github.com/JuliaLang/julia/pull/50105), this should be based on that. * I also think that there are two...