Anshul Singhvi
Anshul Singhvi
Good point! I guess we could add some CSS for that? The current styling seems to be: ``` ``` so somehow making "compat custom-block" inherit from "tip custom-block" in CSS...
In this case we could look at using something like `Documenter.mdflatten`. I have no idea how Documenter does it, though...
Https://asinghvi17.github.io/SwarmMakie.jl/stable was just built yesterday and seems to work - I have no clue where this is coming from for certain repos!
hmm, it might be the custom config - let me diff the DV and DD ones with the template, which seems to operate correctly...
Yeah that's just the description, should be fixed in #80
We can't do that on our end unless we override REPL handling afaict. Probably better to figure out how HTMLwriter is getting ANSI and go from there...
In this case, I suspect we would have to do highlighting manually. We could write a backend ("formatter") for Highlights.jl to disgorge the appropriate highlight...
Done by #253
Is this an issue that has been encountered? I would have thought that the relative paths were sufficient, especially since I only ever go through `doc.meta.build`...
Aha! Yeah the Julia docs would be great to test out the formatting :D