6 lines
77 B
PHP
6 lines
77 B
PHP
<?php
|
|
// TODO markdown imple
|
|
function decode_md($str) {
|
|
return $str;
|
|
}
|
|
?>
|