mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Remove inaccurate comment
This commit is contained in:
parent
147a87a4f3
commit
289b641a42
@ -193,8 +193,6 @@ final class Parsedown
|
|||||||
$marker = \substr($Excerpt->text(), 0, 1);
|
$marker = \substr($Excerpt->text(), 0, 1);
|
||||||
|
|
||||||
foreach ($InlineTypes->markedBy($marker) as $inlineType) {
|
foreach ($InlineTypes->markedBy($marker) as $inlineType) {
|
||||||
# check to see if the current inline type is nestable in the current context
|
|
||||||
|
|
||||||
$Inline = $inlineType::build($Excerpt, $State);
|
$Inline = $inlineType::build($Excerpt, $State);
|
||||||
|
|
||||||
if (! isset($Inline)) {
|
if (! isset($Inline)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user