mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Add DefinitionBook configurable to replace definition data
This commit is contained in:
@ -42,9 +42,6 @@ class Parsedown
|
||||
|
||||
protected function textElements($text)
|
||||
{
|
||||
# make sure no definitions are set
|
||||
$this->DefinitionData = [];
|
||||
|
||||
# iterate through lines to identify blocks
|
||||
return $this->linesElements(Lines::fromTextLines($text, 0));
|
||||
}
|
||||
@ -1739,12 +1736,6 @@ class Parsedown
|
||||
|
||||
private static $instances = [];
|
||||
|
||||
#
|
||||
# Fields
|
||||
#
|
||||
|
||||
protected $DefinitionData;
|
||||
|
||||
#
|
||||
# Read-Only
|
||||
|
||||
|
Reference in New Issue
Block a user