rochacbruno merged rochacbruno/marmite#433 · April 22, 2026 10:19 fix: avoid panic on multi-byte UTF-8 chars in shortcode debug log #433 SummaryThe debug log in process_shortcodes truncates HTML content at byte index 1500 using &html[..html.len().min(1500)], which panics when byte … +8 -1