JuliaDocs/Documenter.jl
Ver no GitHubFeature request: Can `makedocs()` accept .html files instead of .md files?
Open
#1.778 aberto em 11 de mar. de 2022
Type: Pluginhelp wanted
Métricas do repositório
- Stars
- (910 stars)
- Métricas de merge de PR
- (Mesclagem média 16d 9h) (3 fundiu PRs em 30d)
Description
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.