summaryrefslogtreecommitdiffstats
path: root/doc/markdown.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r--doc/markdown.doc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc
index b32cca4..afd1add 100644
--- a/doc/markdown.doc
+++ b/doc/markdown.doc
@@ -283,6 +283,9 @@ To create a link to an URL or e-mail address Markdown supports the following
syntax:
<http://www.example.com>
+ <https://www.example.com>
+ <ftp://www.example.com>
+ <mailto:address@example.com>
<address@example.com>
Note that doxygen will also produce the links without the angle brackets.