updated markdown to 1.5
This commit is contained in:
parent
574a7abbca
commit
71b6af6e9b
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "lib"]
|
||||||
|
path = lib
|
||||||
|
url = git@github.com:michelf/php-markdown.git
|
||||||
1
lib
Submodule
1
lib
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit e1aabe18173231ebcefc90e615565742fc1c7fd9
|
||||||
@ -4,8 +4,9 @@ class lib_markdown extends \LIB\lib_php{
|
|||||||
public static function get_class($params = null){
|
public static function get_class($params = null){
|
||||||
return self::class;}
|
return self::class;}
|
||||||
public static function php_autoload(){
|
public static function php_autoload(){
|
||||||
\SYSTEM\autoload::registerFolder(dirname(__FILE__).'/lib','Michelf');
|
require_once dirname(__FILE__).'/lib/Michelf/Markdown.inc.php';
|
||||||
|
require_once dirname(__FILE__).'/lib/Michelf/MarkdownExtra.inc.php';
|
||||||
return true;}
|
return true;}
|
||||||
public static function version(){
|
public static function version(){
|
||||||
return '1.3';}
|
return '1.5';}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user