diff --git a/Changelog.md b/Changelog.md index 0b7449d..2c32afd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ - Added help section to parsedown parser. - Added more information to the dev help page. - Added templating! It works the way you'd expect it to in Mediawiki. + - Help section ids now show to the right of the help section headers by default. ## Changed - Improved appearance of the all pages list. diff --git a/modules/page-help.php b/modules/page-help.php index 82ff9cf..48c31ed 100644 --- a/modules/page-help.php +++ b/modules/page-help.php @@ -50,7 +50,6 @@ register_module([ foreach($help_sections as $index => $section) { - // Todo add a button that you can click to get a permanent link // to this section. $content .= "

" . $section["title"] . "

\n";