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:
parent
aab56cf8cc
commit
f0da746c7b
@ -26,7 +26,6 @@ class CommonMarkTestStrict extends TestCase
|
|||||||
StrictMode::enabled(),
|
StrictMode::enabled(),
|
||||||
InlineTypes::initial()->removing([Url::class]),
|
InlineTypes::initial()->removing([Url::class]),
|
||||||
]));
|
]));
|
||||||
// $this->parsedown->setUrlsLinked(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user