v1.1.3
Added
ModalResponse::code()andModalResponse::json()accept ahighlightargument to toggle syntax highlighting at construction (e.g.ModalResponse::code($snippet, highlight: false))
Deprecated
ModalResponse::withoutSyntaxHighlighting()— passhighlight: falsetocode()/json()instead. Removed in v2.