Bug Fixes
- Fixed a compatibility issue with plugins that patch
openLinkTextasynchronously (e.g. Recipe Grabber). When Media Extended's link handler didn't match a media link and fell through to the default handler, it was calling the fallback synchronously — dropping any async work that downstream patches returned as a Promise. The fallback is now properly awaited, so other plugins' async handlers run to completion. (#657)