From d6d0d9fa8ed37109edde4f52a7db4c5a288ee711 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 14 May 2017 15:08:04 +0200 Subject: Disable the automatic linking of URLs which are not explicitly wrapped around "<" and ">" in markdown syntax. --- core/namespace/Item.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/namespace') diff --git a/core/namespace/Item.php b/core/namespace/Item.php index f1a0988..3192d05 100644 --- a/core/namespace/Item.php +++ b/core/namespace/Item.php @@ -81,6 +81,7 @@ abstract class Item implements ItemInterface { $item = "{$this->Reflection->getNamespaceName()}\\Item"; $Parsedown = new Parsedown(); + $Parsedown->setUrlsLinked(FALSE); $content = $this->getBody(); if(\Application::get($item::CONFIGURATION.'.EMOTICONS') === TRUE) { -- cgit v1.2.3