From 7d63f540770052034da1f9f663fc3e8bc600c8ff Mon Sep 17 00:00:00 2001 From: Sean Feeney Date: Sun, 19 Apr 2020 17:12:21 -0700 Subject: [PATCH] updating internal link ordering docu --- modules/parser-parsedown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/parser-parsedown.php b/modules/parser-parsedown.php index 73fb545..08fc19d 100644 --- a/modules/parser-parsedown.php +++ b/modules/parser-parsedown.php @@ -379,7 +379,7 @@ register_module([ - +
Type thisTo get thisComments
[[Internal link]]Internal LinkAn internal link.
[[Display Text|Internal link]]Display TextAn internal link with some display text.
[[Internal link|Display Text]]Display TextAn internal link with some display text.
![Alt text](http://example.com/path/to/image.png | 256x256 | right)Alt textAn image floating to the right of the page that fits inside a 256px x 256px box, preserving aspect ratio.
![Alt text](http://example.com/path/to/image.png | 256x256 | caption)
Alt text
Alt text
An image with a caption that fits inside a 256px x 256px box, preserving aspect ratio. The presence of the word caption in the regular braces causes the alt text to be taken and displayed below the image itself.
![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.