From 262e0eaaddccd7edd058234a3b9623765adc1ecd Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 23 May 2020 22:43:32 +0100 Subject: [PATCH] pser: fix issues in help text --- modules/parser-parsedown.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php index bcccae6..98c55df 100644 --- a/modules/parser-parsedown.php +++ b/modules/parser-parsedown.php @@ -388,10 +388,10 @@ register_module([ ![Alt text](Files/Cheese.png)Alt textAn example of the short url syntax for images. Simply enter the page name of an image (or video / audio file), and Pepperminty Wiki will sort out the url for you. Some text ==marked text== more textSome text marked text more textMarked / highlighted text Some text^superscript^ more textSome textsuperscript more textSuperscript - Some text^subscript^ more textSome textsubscript more textSubscript + Some text~subscript~ more textSome textsubscript more textSubscript (note that we use a single tilda ~ here - a double results in strikethrough text instead) [ ] Unticked checkbox Unticked checkboxAn unticked checkbox. Must be at the beginning of a line or directly after a list item (e.g. - or 1. ). [x] Ticked checkbox Ticked checkboxAn ticked checkbox. The same rules as unticked checkboxes apply here too. - some text >!spoiler text!< more textsome text spoiler text more textA spoiler. Users much click it to reveal the content hidden beneath. + some text >!spoiler text!< more textsome text spoiler text more textA spoiler. Users must click it to reveal the content hidden beneath. some text ||spoiler text|| more textsome text spoiler text more textAlternative spoiler syntax inspired by Discord. [__TOC__]An automatic table of contents. Note that this must be on a line by itself with no text before or after it on that line for it to work.