Highlights.jl
Highlights.jl copied to clipboard
Implement show methods
Currently highlight
only supports html
& latex
MIME types which are written to a stream. For other julia projects to use Highlights it would be helpful to implement a show(x::Highlights.Compiler.Context)
so it can be used easily by various outputs like Pluto(HTML), Terminal,.etc
Yeah, adding show
s for the valid MIME
s is fine by me.