php-func-lib/markdown.php
2019-11-05 18:13:26 +01:00

6 lines
77 B
PHP

<?php
// TODO markdown imple
function decode_md($str) {
return $str;
}
?>