DisplayAs.jl icon indicating copy to clipboard operation
DisplayAs.jl copied to clipboard

Results 1 DisplayAs.jl issues
Sort by recently updated
recently updated
newest added

Using `Showable{T}(::Showable{S})` for extending allowed MIME has an unfortunate consequence that the basic invariance `T(...)::T` for constructors does not hold. However, since `x |> DisplayAs.HTML |> DisplayAs.Text` is a very...