Merge pull request #6566 from arpitjain099/develop

fix: escape backslashes before parentheses in URL replacement logic
This commit is contained in:
Alois Klink
2025-05-20 06:41:51 +00:00
committed by GitHub
9 changed files with 24 additions and 57 deletions

View File

@@ -0,0 +1,5 @@
---
'mermaid': patch
---
fix: Fix incomplete string escaping in URL manipulation logic when `arrowMarkerAbsolute: true` by ensuring all unsafe characters are escaped.