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

41
vendor/composer/installed.php vendored Normal file
View File

@@ -0,0 +1,41 @@
<?php return array(
'root' => array(
'name' => '__root__',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '83f577250deb40576ca6a1aa2866dd230d826776',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'__root__' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '83f577250deb40576ca6a1aa2866dd230d826776',
'type' => 'library',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev_requirement' => false,
),
'erusev/parsedown' => array(
'pretty_version' => '1.8.0',
'version' => '1.8.0.0',
'reference' => '96baaad00f71ba04d76e45b4620f54d3beabd6f7',
'type' => 'library',
'install_path' => __DIR__ . '/../erusev/parsedown',
'aliases' => array(),
'dev_requirement' => false,
),
'erusev/parsedown-extra' => array(
'pretty_version' => '0.8.1',
'version' => '0.8.1.0',
'reference' => '91ac3ff98f0cea243bdccc688df43810f044dcef',
'type' => 'library',
'install_path' => __DIR__ . '/../erusev/parsedown-extra',
'aliases' => array(),
'dev_requirement' => false,
),
),
);