Morten Piibeleht
Morten Piibeleht
@tlienart I love #144, thank you! It's a massive QoL improvement for my use case! I was wondering though if it might be worth keeping this issue open until the...
I am not actually sure what you mean by silently redirecting, unless you just mean that if you navigate to `foo`, it will actually serve `foo/` -> `foo/index.html`? But this...
Cross-references to other packages must be done by putting the URL in manually unfortunately (https://github.com/JuliaDocs/Documenter.jl/issues/688). However, to reference a page/section, you should be able to just do `[Section Title](@ref)` as...
As an argument to `LaTeX()` perhaps? @fredrikekre do you have any thoughts on this?
Isn't one problem here that the `\texttt` bits don't switch over to new lines properly? E.g. with a simple `article` I can easily get  with the following Tex ```tex...
Hmm. We put the name of each of the docstrings in a `` tag (inside the `` container of each docstrings), whereas maybe we should use `` instead (based on...
We should indeed handle this case. How did you run into this by the way? Was that when building the Julia manual? Locally or on CI? I am not sure...
It looks like there are some tests that are outdated now due to this change. Could you change these to `@test_throws ErrorException ...`? I don't have write access to your...
Thanks @clouds56!
The problem here is a bit more complex than just embedding a font: we need to convince LaTeX to fall back to different fonts depending on the character. But I...