main ← fix_rte_link_escaping
opened 03:21AM - 08 Aug 25 UTC
When the content of the link URL is in the document itself, like in `<https://ww…w.example.com>` or `www.example.com`, we need to flag it to the serializer so it doesn't try to escape it.
ProseMirror's markdown serializer uses `state.inAutoLink` as a signal to avoid this escaping.