diff options
author | Bernd Zeimetz <bernd@bzed.de> | 2010-06-14 01:18:33 +0200 |
---|---|---|
committer | Bernd Zeimetz <bernd@bzed.de> | 2010-06-19 03:14:16 +0200 |
commit | dd3274ce734e3af0ca6a7940f69201d8d4b84fda (patch) | |
tree | e57d00c4dd56de93adb2b969c58dc66bed08b35b /doc/plugins | |
parent | 99a4096397d9ee5ce65084ac80cc6ff3a0879df5 (diff) |
Enhance the link plugin to handle external links.
The following ways to create a link are supported now:
[[url]]
[[text|url]]
url can be one of the following:
- an internal wikilink: will be handled as before
- any other kind of URL, including mailto: proper links will be created:
<a href="url">url</a>
<a href="url">text</a>
- an email address:
<a href="mailto:url">url</a>
<a href="mailto:url">text</a>
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/link.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/link.mdwn b/doc/plugins/link.mdwn index 6adbf3eae..5de4fe3cb 100644 --- a/doc/plugins/link.mdwn +++ b/doc/plugins/link.mdwn @@ -1,4 +1,4 @@ [[!template id=plugin name=link core=1 author="[[Joey]]"]] [[!tag type/link]] -This plugin implements standard [[WikiLinks|ikiwiki/wikilink]]. +This plugin implements standard [[WikiLinks|ikiwiki/wikilink]] and links to [[external pages|http://www.debian.org]]. |