8
0

Improve confluence export

Migrate from Parsedown to Commonmark
Dieser Commit ist enthalten in:
Stéphane Goetz
2015-05-22 14:48:09 +02:00
committet von Stéphane Goetz
Ursprung fa798ff1e4
Commit 1fe3e62df3
14 geänderte Dateien mit 611 neuen und 169 gelöschten Zeilen

Datei anzeigen

@ -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']
];