Improve confluence export
Migrate from Parsedown to Commonmark
Dieser Commit ist enthalten in:
committet von
Stéphane Goetz
Ursprung
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']
|
||||
];
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren