Initialize the markdown parser only once.

This commit is contained in:
Stéphane Goetz
2015-07-19 01:05:43 +02:00
parent e3a3438ccd
commit 87fbb6f15d
6 changed files with 30 additions and 15 deletions

View File

@ -1,6 +1,5 @@
<?php namespace Todaymade\Daux\Format\HTML;
use Todaymade\Daux\Daux;
use Todaymade\Daux\Tree\Root;
class MarkdownPage extends \Todaymade\Daux\Format\Base\MarkdownPage