From f0da746c7bdc41289fbcfa7f3fcb59f449acfff8 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Sat, 26 Jan 2019 21:20:59 +0000 Subject: [PATCH] Remove reminder comment urlsLinked(false) is replaced by customising to remove the inline from InlineTypes configurable when initialising Parsedown --- tests/CommonMarkTestStrict.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/CommonMarkTestStrict.php b/tests/CommonMarkTestStrict.php index 9eab638..c4c8f96 100644 --- a/tests/CommonMarkTestStrict.php +++ b/tests/CommonMarkTestStrict.php @@ -26,7 +26,6 @@ class CommonMarkTestStrict extends TestCase StrictMode::enabled(), InlineTypes::initial()->removing([Url::class]), ])); - // $this->parsedown->setUrlsLinked(false); } /**