diff options
author | albert-github <albert.tests@gmail.com> | 2013-08-18 09:13:03 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2013-08-18 09:13:03 (GMT) |
commit | 95cfebffe18205eed59f3af47ceddff35e1de370 (patch) | |
tree | d57620f90c5539769688d8d57b20d290ad06dd45 /doc | |
parent | 353ca5e3bd4e6f460a53c06b896694a83e44a8a3 (diff) | |
download | Doxygen-95cfebffe18205eed59f3af47ceddff35e1de370.zip Doxygen-95cfebffe18205eed59f3af47ceddff35e1de370.tar.gz Doxygen-95cfebffe18205eed59f3af47ceddff35e1de370.tar.bz2 |
Extended list with supported options for automatic link generation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown.doc | 3 |
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. |