Currently, the markdown widget only allows link schemas http
and https
(iced/widget/src/markdown.rs at master · iced-rs/iced · GitHub).
I do not see the reason to restrict the schema and I would leave more control to the user code rather than restrict it this way in the library. For example, schema file
can be very useful in desktop applications.