18817535bSAndreas Gohr<?php 28817535bSAndreas Gohr 38817535bSAndreas Gohr// autoload_namespaces.php @generated by Composer 48817535bSAndreas Gohr 58817535bSAndreas Gohr$vendorDir = dirname(__DIR__); 68817535bSAndreas Gohr$baseDir = dirname($vendorDir); 78817535bSAndreas Gohr 88817535bSAndreas Gohrreturn array( 9*7017fceaSAndreas Gohr 'Parsedown' => array($vendorDir . '/erusev/parsedown'), 108817535bSAndreas Gohr); 11