Revert "+ can use mid: URL scheme in markdown links (GH-126)"

This reverts commit 1c86b1f606.
This commit is contained in:
maxpozdeev 2026-02-12 19:35:21 +03:00
parent 6b82fc2082
commit c1467a72b1

View file

@ -40,9 +40,6 @@ class MTTParsedown extends Parsedown
$this->InlineTypes['#'][]= 'TaskId';
$this->inlineMarkerList .= '#';
// Allow RFC2392 Message-ID URI scheme in links
$this->safeLinksWhitelist[] = 'mid:';
}
public function setToExternal(bool $v)