JuliaWeb / Hyperscript.jl

Hyperscript: A lightweight DOM representation for Julia
Other
101 stars 11 forks source link

consider using PrettyPrinting to improve output display #23

Closed clarkevans closed 4 years ago

clarkevans commented 4 years ago

The PrettyPrinting.jl library uses a constraint system to find an optimal display of flow based upon the width of the user's screen. This could be used so that constructed fragments could be shown in a format suitable for display in regression tests.