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

35
vendor/composer/autoload_static.php vendored Normal file
View File

@@ -0,0 +1,35 @@
<?php
// autoload_static.php @generated by Composer
namespace Composer\Autoload;
class ComposerStaticInit7e1495fb2e8a2820ba6766561cd0f083
{
public static $prefixesPsr0 = array (
'P' =>
array (
'ParsedownExtra' =>
array (
0 => __DIR__ . '/..' . '/erusev/parsedown-extra',
),
'Parsedown' =>
array (
0 => __DIR__ . '/..' . '/erusev/parsedown',
),
),
);
public static $classMap = array (
'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
);
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixesPsr0 = ComposerStaticInit7e1495fb2e8a2820ba6766561cd0f083::$prefixesPsr0;
$loader->classMap = ComposerStaticInit7e1495fb2e8a2820ba6766561cd0f083::$classMap;
}, null, ClassLoader::class);
}
}