Update 2 files

- /include/parsedown.php
- /html/index.php
This commit is contained in:
Jan BELLON 2024-03-06 23:10:02 +00:00
parent 72fb45232b
commit d6f8fe5392
2 changed files with 1995 additions and 1 deletions

View File

@ -40,7 +40,7 @@ require "../include/functions.php";
<?php
$markdownContent = file_get_contents('../content/index.md');
require_once 'vendor/autoload.php';
require_once '../include/parsedown.php';
$parsedown = new Parsedown();
echo $parsedown->text($markdownContent);
?>

1994
include/parsedown.php Normal file

File diff suppressed because it is too large Load Diff