Improve confluence export

Migrate from Parsedown to Commonmark
This commit is contained in:
Stéphane Goetz
2015-05-22 14:48:09 +02:00
committed by Stéphane Goetz
parent fa798ff1e4
commit 1fe3e62df3
14 changed files with 611 additions and 169 deletions

View File

@ -69,7 +69,7 @@ class MarkdownPage extends \Todaymade\Daux\Format\Base\MarkdownPage
'modified_time' => filemtime($this->file->getPath()),
'markdown' => $this->content,
'request' => $params['request'],
'content' => (new \Parsedown())->text($this->content),
'content' => $this->convertPage($this->content),
'breadcrumbs' => $params['breadcrumbs']
];