text($strContent); $strContent = file_get_contents($_SERVER['DOCUMENT_ROOT'].'/CONTRIBUTING.md'); $contributingHtml = $Parsedown->text($strContent); echo renderTemplate( "about", compact( 'sponsorsHtml', 'contributingHtml' ) ); }