JuliaDocs/Documenter.jl
Vedi su GitHubFeature request: Can `makedocs()` accept .html files instead of .md files?
Open
#1778 aperta il 11 mar 2022
Type: Pluginhelp wanted
Metriche repository
- Star
- (910 star)
- Metriche merge PR
- (Merge medio 16g 9h) (3 PR mergiate in 30 g)
Descrizione
This may be a long shot, but I'm wondering if it would be possible to let makedocs() accept self-contained .html files instead of only .md files. I'm working on the docs for my package CounterfactualExplanations.jl and would love to use Quarto in order to have full support for cross-references (images, equations, citations, ...). I'm aware of some Julian ways to facilitate such things (e.g. DocumenterCitations.jl), but the ability to use Quarto would really be a catchall.