JuliaDocs/Documenter.jl
Document how to modify IOContext parameters in outputs
オープン
#2,207 opened on 2023/08/14
Type: Documentationgood first issue
Repository metrics
- Stars
- (910 個のスター)
- PR merge metrics
- (平均マージ 16d 9h) (30d で 3 merged PRs)
説明
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(...)
```