JuliaDocs/Documenter.jl
Document how to modify IOContext parameters in outputs
开放
#2,207 创建于 2023年8月14日
Type: Documentationgood first issue
仓库指标
- 星标
- (910 个星标)
- PR 合并指标
- (平均合并 16天 9小时) (30 天内合并 3 个 PR)
描述
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(...)
```