index delete

This commit is contained in:
Garcia Manuel 2024-09-15 22:14:01 +00:00
parent e5eb0865c0
commit daa10d344f

View File

@ -1,21 +0,0 @@
<?php
include 'Parsedown.php';
$Parsedown = new Parsedown();
echo $Parsedown->text('
Horizontal rule made up of three stars
* * *
An unordered list
* List item
* Another list item
* There now follows two newlines and then another horizontal rule
* * *
');
?>