summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/pages/wiki/syntax.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 4c17ea9d3..cee8e6cf9 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -87,7 +87,7 @@ Notes:
==== Image Links ====
-You can also use an image to link to another internal or external page by combining the syntax for links and images (see below) like this:
+You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
[[http://www.php.net|{{wiki:dokuwiki-128.png}}]]
@@ -95,6 +95,8 @@ You can also use an image to link to another internal or external page by combin
Please note: The image formatting is the only formatting syntax accepted in link names.
+The whole [[#images_and_other_files|image]] and [[#links|link]] syntax is supported (including image resizing, internal and external images and URLs and interwiki links).
+
===== Footnotes =====
You can add footnotes ((This is a footnote)) by using double parenthesises.
@@ -155,6 +157,8 @@ Of course, you can add a title (displayed as a tooltip by most browsers), too.
If you specify a filename (external or internal) that is not an image (''gif,jpeg,png''), then it will be displayed as a link instead.
+For linking an image to another page see [[Image Links]] above.
+
===== Lists =====
Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.