diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-22 16:32:24 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-22 16:32:24 +0000 |
commit | 7bde880fa8cf2e7d3413a7ede7ae5b604a97e85b (patch) | |
tree | 3724032d76ffdc46e9a87a7999b2f4bc8d7b9857 /doc/plugins | |
parent | d4117e20e35ecfd0686997a3aa00cbb0dee9eaee (diff) | |
download | ikiwiki-7bde880fa8cf2e7d3413a7ede7ae5b604a97e85b.tar ikiwiki-7bde880fa8cf2e7d3413a7ede7ae5b604a97e85b.tar.gz |
* map: Render pages on the way to subpages whose parent pages
are not included in the map. Include special styling for such pages.
* map: Remove common prefixes and don't over-indent.
* Add class option to htmllink().
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/write.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 4ec9e8c7b..77f336dca 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -412,7 +412,8 @@ control some options. These are: * forcesubpage - set to force a link to a subpage * linktext - set to force the link text to something * anchor - set to make the link include an anchor -* rel - set to add a rel attribute to the link. +* rel - set to add a rel attribute to the link +* class - set to add a css class to the link #### `readfile($;$)` |