1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Remove reminder comment

urlsLinked(false) is replaced by customising to remove
the inline from InlineTypes configurable when initialising
Parsedown
This commit is contained in:
Aidan Woods 2019-01-26 21:20:59 +00:00
parent aab56cf8cc
commit f0da746c7b
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -26,7 +26,6 @@ class CommonMarkTestStrict extends TestCase
StrictMode::enabled(),
InlineTypes::initial()->removing([Url::class]),
]));
// $this->parsedown->setUrlsLinked(false);
}
/**