Our company have private local file storage and very often exchange links to files and folders, for example `file://mnt/share/project1/file2.odt`. Many messengers convert this links to url via `<a href="file://mnt/share/project1/file2.odt">` and we can open those files directly via single click. Same problem is with `sftp` links - url like `sftp://user:pass@example.com/path/to/file.txt` breaks to parts: sftp:[//user:pass@example.com/path/to/file.txt](//user:pass@example.com/path/to/file.txt) instead of: [sftp://user:pass@example.com/path/to/file.txt](#) Please add same behavior to Riot-web interface.