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 this | To get this | Comments |
---|---|---|
[[Internal link]] | Internal Link | An internal link. |
[[Display Text|Internal link]] | Display Text | An internal link with some display text. |
[[Internal link|Display Text]] | Display Text | An internal link with some display text. |
![Alt text](http://example.com/path/to/image.png | 256x256 | right) | An 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) | 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) | An 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. |