Variable MarkdownSettings.allowedURISchemas
White list of URI schemas that can occur in link/image targets
class MarkdownSettings
{
// ...
string[] allowedURISchemas
= ["http", "https", "ftp", "mailto"];
// ...
}