Improve confluence export
Migrate from Parsedown to Commonmark
This commit is contained in:
committed by
Stéphane Goetz
parent
fa798ff1e4
commit
1fe3e62df3
@ -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']
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user