md problem
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
// TODO markdown imple
|
||||
function md($str) {
|
||||
return nl2br ( $str ); // TODO md problem
|
||||
$text = '';
|
||||
$lv = 0;
|
||||
foreach ( explode ( "\n", $str ) as $t ) {
|
||||
|
||||
Reference in New Issue
Block a user