Skip to content

Commit

Permalink
Updates ParsedownPlus to 0.0.7 #202
Browse files Browse the repository at this point in the history
Fixes collapsible section not parsing markdown to html correctly.
  • Loading branch information
leomoon committed Nov 4, 2024
1 parent 2c167e8 commit dc51a2a
Show file tree
Hide file tree
Showing 6 changed files with 994 additions and 844 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.61
1.0.62
2 changes: 1 addition & 1 deletion bootstrap.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
require_once(BASE."libraries/parsedown-extra-0.8.1/ParsedownExtra.php");
require_once(BASE."libraries/parsedown-extended-1.1.2-modified/ParsedownExtended.php");
require_once(BASE."libraries/parsedown-filter-0.0.1/ParsedownFilter.php");
require_once(BASE."libraries/parsedown-plus-0.0.6/ParsedownPlus.php");
require_once(BASE."libraries/parsedown-plus-0.0.7/ParsedownPlus.php");

// if behind https reverse proxy, set HTTPS property correctly
if(isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO']=='https'){$_SERVER['HTTPS']='on';}
Expand Down
Loading

0 comments on commit dc51a2a

Please sign in to comment.