diff --git a/modules/ROOT/pages/8.5.0-release-notes.adoc b/modules/ROOT/pages/8.5.0-release-notes.adoc index b01f95784a..9c78ef802b 100644 --- a/modules/ROOT/pages/8.5.0-release-notes.adoc +++ b/modules/ROOT/pages/8.5.0-release-notes.adoc @@ -62,6 +62,13 @@ The {productname} {release-version} release includes an accompanying release of **TinyMCE AI** includes the following fixes, improvements and additions. +==== The background behind code snippets in AI in-chat responses did not fully cover the snippet +// #TINY-14188 + +Previously, the background styling behind code snippets in AI in-chat responses did not fully cover the entire snippet area. Portions of the code appeared without proper background coverage, reducing readability and creating an inconsistent visual presentation in the AI chat interface. + +In {productname} {release-version}, the background styling for code snippets in AI in-chat responses has been corrected to fully cover the entire snippet area. Code snippets now display with complete and consistent background coverage, improving readability and visual consistency. + ==== Tag removal was not disabled while the AI was responding // #TINY-14132