Track PUC's bundled vendor/ in git (formerly ignored)

This commit is contained in:
Keith Solomon
2026-08-11 16:10:19 -05:00
parent 2bbd2dc7c8
commit 365a3898b9
4 changed files with 1896 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
if ( !class_exists('Parsedown', false) ) {
require __DIR__ . '/ParsedownModern.php';
}