public
Description: Turn a Markdown File into a Fully Functional Tutorial with an automatic and dynamic Table of Contents
Homepage: http://bogojoker.com/readline/
Clone URL: git://github.com/JosephPecoraro/markdownorial.git
markdownorial / config.php
100644 5 lines (4 sloc) 0.102 kb
1
2
3
4
5
<?php
$html_title = 'Ruby Readline';
$tutorial_title = 'Ruby Readline Documentation and Tutorial';
?>