Require Parsedown class through composer

This commit is contained in:
slawkens
2021-05-01 08:54:46 +02:00
parent 780f8d193f
commit f9302d4f9d
3 changed files with 2 additions and 1997 deletions

View File

@@ -16,8 +16,6 @@ if (!file_exists(BASE . 'CHANGELOG.md')) {
return;
}
require LIBS . 'Parsedown.php';
$changelog = file_get_contents(BASE . 'CHANGELOG.md');
$Parsedown = new Parsedown();