1
0
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:
Aidan Woods
2019-01-20 02:21:20 +00:00
parent c55dbb0d3f
commit db657952d1
2 changed files with 54 additions and 9 deletions

View File

@ -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