From 5b89e6549e9774b033eb9d9d35635daf2447ae4b Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 26 Oct 2019 12:24:56 +0100 Subject: [PATCH] Add note to parsedown help --- modules/parser-parsedown.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php index 1817ec4..dc11f0a 100644 --- a/modules/parser-parsedown.php +++ b/modules/parser-parsedown.php @@ -397,7 +397,8 @@ register_module([ {{{~}}}Outputs the requested page's name. {{{*}}}Outputs a comma separated list of all the subpages of the current page. {{{+}}}Shows a gallery containing all the files that are sub pages of the current page. - "); + +

This list can be edited by $settings->admindetails_name, $settings->sitename's administrator. Documentation on how to do that is available here.

"); } ]);