Upgraded PuC version

This commit is contained in:
2024-07-06 22:06:02 -04:00
parent 9e14d32464
commit 4fbcac1062
121 changed files with 5610 additions and 3565 deletions

View File

@@ -0,0 +1,4 @@
<?php
if ( !class_exists('Parsedown', false) ) {
require __DIR__ . '/ParsedownModern.php';
}