View gfm2html.php
#!/usr/bin/env php | |
/* | |
Permalink : https://gist.github.com/ErwanLeroux/ae7a7083e16f31995b69 | |
Forked from https://gist.github.com/cobusc/8707593/1cf6eb7b932890a8bcddf927c95091154bede377 | |
*/ | |
<?php | |
$RENDER_URL = "https://api.github.com/markdown"; |