mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Make use of line name instead of lineElements
This commit is contained in:
@@ -76,7 +76,7 @@ final class Header implements Block
|
||||
return new Element(
|
||||
'h' . \strval($this->level),
|
||||
[],
|
||||
$State->applyTo($Parsedown->lineElements($this->text))
|
||||
$State->applyTo($Parsedown->line($this->text))
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user