Update 2 files
- /include/parsedown.php - /html/index.php
This commit is contained in:
parent
72fb45232b
commit
d6f8fe5392
@ -40,7 +40,7 @@ require "../include/functions.php";
|
|||||||
<?php
|
<?php
|
||||||
$markdownContent = file_get_contents('../content/index.md');
|
$markdownContent = file_get_contents('../content/index.md');
|
||||||
|
|
||||||
require_once 'vendor/autoload.php';
|
require_once '../include/parsedown.php';
|
||||||
$parsedown = new Parsedown();
|
$parsedown = new Parsedown();
|
||||||
echo $parsedown->text($markdownContent);
|
echo $parsedown->text($markdownContent);
|
||||||
?>
|
?>
|
||||||
|
1994
include/parsedown.php
Normal file
1994
include/parsedown.php
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user