mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +00:00
Replace Slimdown.php with Parsedown.php, so markdown now work
This commit is contained in:
parent
f9f0934570
commit
f8d686310a
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ declare (strict_types = 1);
|
||||||
require_once('libs/session.php');
|
require_once('libs/session.php');
|
||||||
require_once('libs/twtxt.php');
|
require_once('libs/twtxt.php');
|
||||||
require_once('libs/hash.php');
|
require_once('libs/hash.php');
|
||||||
require_once('libs/Slimdown.php');
|
|
||||||
require_once('libs/Parsedown.php');
|
require_once('libs/Parsedown.php');
|
||||||
|
|
||||||
const TWTS_PER_PAGE = 50;
|
const TWTS_PER_PAGE = 50;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue