html:
php ~/markdown-convert.php https://raw.github.com/GrammaticalFramework/gf-eclipse-plugin/master/README.md index.html
local:
echo "\n
\n" > index.html
echo "GF Eclipse Plugin\n" >> index.html
echo "\n" >> index.html
echo '' >>index.html
echo "\n\n" >> index.html
php ~/markdown-convert.php ~/repositories/gf-eclipse-plugin/README.md index.html --append
echo "\n" >> index.html