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:
@@ -80,7 +80,7 @@ final class Emphasis implements Inline
|
||||
return new Element(
|
||||
$this->type,
|
||||
[],
|
||||
$State->applyTo($Parsedown->lineElements($this->text))
|
||||
$State->applyTo($Parsedown->line($this->text))
|
||||
);
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user