Morten Piibeleht

Results 540 comments of Morten Piibeleht

I agree with Michael. I'm fine with this change as well, but in the current form, it would not have any guarantees of a public API. But I feel this...

> it would probably go in `Documenter.Writers` We're moving away from the submodules. `Documenter.writer_supports_ansicolor` would probably be a good name. Re the docstring: generally, looks fine. Though I think the...

I'll just note that my preference would be to use the most standard tool (which seems to be Prettier), so you don't have to install a separate formatter for every...

Just as a note here: we have a Biome JLL now, so we should be able to trivially pull it in as a Julia tool. - https://github.com/JuliaPackaging/Yggdrasil/pull/12543 - https://github.com/JuliaRegistries/General/pull/142706 As...

This looks fine to me! Could we also make sure that it's documented in the relevant docstrings please? * https://github.com/JuliaDocs/Documenter.jl/blob/e972ea249269d2ffcf979b8d9848b2f1d516e520/src/deployconfig.jl#L295-L316 * https://github.com/JuliaDocs/Documenter.jl/blob/e972ea249269d2ffcf979b8d9848b2f1d516e520/src/utilities/Remotes.jl#L105-L120

Do we have somewhere where we advertise passing e.g. `GitHub()` to `deploydocs`'s `repo=`? I think right now we just accept a string there. I agree that it's a bit unfortunate...

[CommonMark specifies](http://spec.commonmark.org/0.27/#raw-html) that HTML should be detected when parsing Markdown. Hence I'd say the best option would be to add this to the parser in Base. All the other options...

I'm not a big fan of Franklin's syntax, but what we could do is to abuse the link syntax for inline at-raw blocks, e.g. ``[`Ctrl`](@raw html)`` (in line with the...

I don't remember off the top of my head how it works exactly, but it is possible to interpolate arbitrary Julia objects into the docstrings (DocStringExtensions uses it). So that...