mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
Revert "+ can use mid: URL scheme in markdown links (GH-126)"
This reverts commit 1c86b1f606.
This commit is contained in:
parent
6b82fc2082
commit
c1467a72b1
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue