diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-11-26 14:10:21 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-11-26 14:10:21 -0500 |
commit | 268a2dd54cd47d6ec39c22d61baa5f6f9d40b7f5 (patch) | |
tree | 1885ce008191a865f0ff6445944aaafb281501a7 /doc/plugins | |
parent | d334e0221143e20b95e5b979dfc8eac0440c12a7 (diff) | |
download | ikiwiki-268a2dd54cd47d6ec39c22d61baa5f6f9d40b7f5.tar ikiwiki-268a2dd54cd47d6ec39c22d61baa5f6f9d40b7f5.tar.gz |
htmllink: allow a title attribute to be specified
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 1 |
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($;$)` |