MDtoHTML/index.php

3 lines
100 B
PHP
Raw Normal View History

2018-04-13 08:57:08 +00:00
<?php
echo file_get_contents("https://markdown.win/api.php?url=https://markdown.win/README.md");
?>