Extract ContentType from format

This commit is contained in:
Stéphane Goetz
2015-07-29 22:31:41 +02:00
bovenliggende 386f323dd0
commit e543a107b1
13 gewijzigde bestanden met toevoegingen van 14 en 18 verwijderingen

Bestand weergeven

@ -2,7 +2,7 @@
use League\CommonMark\Environment;
class CommonMarkConverter extends \Todaymade\Daux\Format\Base\ContentTypes\Markdown\CommonMarkConverter
class CommonMarkConverter extends \Todaymade\Daux\ContentTypes\Markdown\CommonMarkConverter
{
protected function getLinkRenderer(Environment $environment)
{

Bestand weergeven

@ -2,7 +2,7 @@
use Todaymade\Daux\Config;
class ContentType extends \Todaymade\Daux\Format\Base\ContentTypes\Markdown\ContentType
class ContentType extends \Todaymade\Daux\ContentTypes\Markdown\ContentType
{
public function __construct(Config $config)
{

Bestand weergeven

@ -5,7 +5,7 @@ use League\CommonMark\HtmlRendererInterface;
use League\CommonMark\Inline\Element\AbstractInline;
use League\CommonMark\Inline\Element\Link;
class LinkRenderer extends \Todaymade\Daux\Format\Base\ContentTypes\Markdown\LinkRenderer
class LinkRenderer extends \Todaymade\Daux\ContentTypes\Markdown\LinkRenderer
{
/**
* @param Link $inline