Skip to content

Commit

Permalink
Adds Caution Important Warning Tip Question quotes like Github flavor…
Browse files Browse the repository at this point in the history
…ed Markdown.
  • Loading branch information
leomoon committed Sep 26, 2024
1 parent 7afeac0 commit 0b3408a
Show file tree
Hide file tree
Showing 6 changed files with 946 additions and 831 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.57
1.0.58
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.5/ParsedownPlus.php");
require_once(BASE."libraries/parsedown-plus-0.0.6/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 0b3408a

Please sign in to comment.