diff --git a/.changeset/yellow-walls-fry.md b/.changeset/yellow-walls-fry.md index b62902421..75349fd19 100644 --- a/.changeset/yellow-walls-fry.md +++ b/.changeset/yellow-walls-fry.md @@ -2,4 +2,4 @@ 'mermaid': patch --- -fix: Fixes unsafe or incomplete string escaping in URL manipulation logic by ensuring backslashes are escaped before other characters like parentheses. +fix: Fix incomplete string escaping in URL manipulation logic when `arrowMarkerAbsolute: true` by ensuring all unsafe characters are escaped.