cookiebite v0.4.1
A small but recurring readability fix for Korean reports — the kind of thing that quietly looked wrong in generated reports.
Fixed
- Korean captions no longer orphan their trailing eojeol.
word-break:keep-allalready breaks at eojeol boundaries, but the default greedy wrap still dropped a short last eojeol (초기화 담당.) alone on its own line whenever a caption was narrower than its container — e.g. a one-line description inside a wide card.bodynow pairs keep-all withtext-wrap:pretty, so the engine rebalances the last lines and the tail no longer hangs by itself. Degrades to greedy wrap on older engines.
Full changelog: v0.4.0...v0.4.1