feat(deps): add parsedown and parsedown-extra

This commit is contained in:
iodomi
2026-06-22 01:18:01 +02:00
parent 83f577250d
commit afd97d41ef
39 changed files with 4486 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite>
<file>test/ParsedownExtraTest.php</file>
</testsuite>
</testsuites>
</phpunit>