diff --git a/src/includes/markup.parsedown.php b/src/includes/markup.parsedown.php index 26b8be4..2ad659b 100644 --- a/src/includes/markup.parsedown.php +++ b/src/includes/markup.parsedown.php @@ -40,6 +40,9 @@ 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)