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

6
composer.json Normal file
View File

@@ -0,0 +1,6 @@
{
"require": {
"erusev/parsedown": "^1.8",
"erusev/parsedown-extra": "^0.8.1"
}
}