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,9 @@
<?php
class TestParsedown extends ParsedownExtra
{
public function getTextLevelElements()
{
return $this->textLevelElements;
}
}