When images are pasted from a clipboard into MAUI RichTextEditor on iOS/macOS then they're added to the html as series of entries like this:
<img src="blob:null/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx">
How to get a real content of these images?
Or maybe there's a way for forcing embedding these images as a `data:image/...,base64` as on Android?