MARQUEE
0.0.4 Preview
A minimalist HTML widget written in Go
https://github.com/ha1tch/marquee/releases/tag/0.0.4
New and renewed
- New parsing engine. Completely discarded older regexp-based parsing. Translates old-style html 1.0 tags to modern spans
- Observes inheritance and nested containers.
- New rendering engine based on DOM as single-source of truth
Fixes and enhancements
- Better Unicode handling, at least for European languages, for now
- Better proportional text layout
- Consistent margins throughout all elements
- Proper visual hierarchy between heading levels
- Aligned scrollbar