The Book of Shaders by Patricio Gonzalez Vivo
';
$Parsedown = new Parsedown();
if(empty($_GET))
echo $Parsedown->text(file_get_contents ('README.md'));
else
echo $Parsedown->text(file_get_contents ( $_GET['search'].'/README.md' ));
echo '
';
include($path."/footer.php");
?>