]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Enhance the link plugin to handle external links.
authorBernd Zeimetz <bernd@bzed.de>
Sun, 13 Jun 2010 23:18:33 +0000 (01:18 +0200)
committerBernd Zeimetz <bernd@bzed.de>
Sat, 19 Jun 2010 01:14:16 +0000 (03:14 +0200)
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>


No differences found