aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-11-26 14:10:21 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-11-26 14:10:21 -0500
commit268a2dd54cd47d6ec39c22d61baa5f6f9d40b7f5 (patch)
tree1885ce008191a865f0ff6445944aaafb281501a7 /doc
parentd334e0221143e20b95e5b979dfc8eac0440c12a7 (diff)
downloadikiwiki-268a2dd54cd47d6ec39c22d61baa5f6f9d40b7f5.tar
ikiwiki-268a2dd54cd47d6ec39c22d61baa5f6f9d40b7f5.tar.gz
htmllink: allow a title attribute to be specified
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 2f179d46f..45f083b42 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -712,6 +712,7 @@ control some options. These are:
* anchor - set to make the link include an anchor
* rel - set to add a rel attribute to the link
* class - set to add a css class to the link
+* title - set to add a title attribute to the link
#### `readfile($;$)`