Domas Linkevicius
Domas Linkevicius
Yes, I have added the CSS from that issue to `style.css`, but it is a bit unclear to me where I should append the extra code that you wrote? Is...
Many thanks for the clarification. I have tried adding the Markdown you linked, but it is displaying both images at the same time, instead of selecting based on theme.
@asinghvi17 by any chance do you have any further suggestions regarding this?
_bump_ Just to restate the problem more succinctly: I think `DocumenterVitepress.jl` contains a bug where it ignores the value of the first number of a numbered list and always starts...
If I do ``` 4. abcd $1+1$ ```somecode``` 5. qwer 6. zxcv 9. hgdd ``` I get 1. abcd $1+1$ `somecode` 2. qwer 3. zxcv 4. hgdd so they are...
One workaround is simply to use raw HTML as follows: ``` ```@raw html qwe \\``` ``` (\\\ is just to not trigger end of code block in the comment) which...
Yes, basically that
`eltype` issues described here are also quite painful when using parameters of `Dual` type in a distribution `d`. This makes `rand(d, 10)` throw due to pre-allocation based on `eltype` (which...