JuliaDocs/Documenter.jl
Document how to modify IOContext parameters in outputs
Aberta
#2.207 aberto em 14 de ago. de 2023
Type: Documentationgood first issue
Métricas do repositório
- Stars
- (910 estrelas)
- Métricas de merge de PR
- (Mesclagem média 16d 9h) (3 fundiu PRs em 30d)
Description
I.e. number of columns of the REPL output etc. -- would be good to have a short how-to guide for this in the docs. Related issues:
- https://github.com/JuliaDocs/Documenter.jl/issues/1450
- https://github.com/JuliaDocs/Documenter.jl/issues/942
@fredrikekre: in reference to https://github.com/JuliaDocs/Documenter.jl/issues/1450, how do you imagine the user using DisplayAs.(set|with)context in Documenter? Explicitly call it in the at-example/repl block? I.e. something like this?
```@example
f() = collect('a':'z') # hide
f() |> DisplayAs.withcontext(...)
```