Add a more advanced processor system

This commit is contained in:
Stéphane Goetz
2015-07-17 18:34:00 +02:00
committed by Stéphane Goetz
parent 8dd3c1d6f8
commit e7afd9aa28
7 changed files with 95 additions and 11 deletions

View File

@ -18,6 +18,9 @@ class CommonMarkConverter extends \League\CommonMark\CommonMarkConverter
$this->extendEnvironment($environment);
//TODO :: finish
//$daux->getProcessor()->extendCommonMarkEnvironment($environment);
$this->docParser = new DocParser($environment);
$this->htmlRenderer = new HtmlRenderer($environment);
}