Skip to content

v0.3.3

Latest

Choose a tag to compare

@dannote dannote released this 27 Apr 14:04

Bug fixes

  • Unicode syntax highlighting tokens — Makeup token text can be chardata
    containing Unicode codepoints. Highlight formatting now uses Unicode-safe
    chardata conversion instead of byte-only iodata conversion, preventing crashes
    when rendering code nodes with characters like curly quotes.