hurr
This commit is contained in:
parent
f3f375185e
commit
3152a2f3e5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Main {
|
||||||
// Parse markdown
|
// Parse markdown
|
||||||
public static function mdParse($text) {
|
public static function mdParse($text) {
|
||||||
|
|
||||||
return $_MD->text($text);
|
return self::$_MD->text($text);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue