diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-06-05 14:50:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-06-05 14:50:53 -0400 |
commit | 62bec4f47b6c447f38428bfeaf19d383b43ed922 (patch) | |
tree | d14104737136a53f047fb4f7062c8474b12edbb2 /doc/plugins | |
parent | c715c20fde41404fc635389676cc47ad30b5a911 (diff) |
Added a keyword to the description, so that this plugin can be found by searching.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/headinganchors.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/headinganchors.mdwn b/doc/plugins/contrib/headinganchors.mdwn index c80cc0b49..0b007f00e 100644 --- a/doc/plugins/contrib/headinganchors.mdwn +++ b/doc/plugins/contrib/headinganchors.mdwn @@ -1,6 +1,6 @@ [[!template id=plugin name=headinganchors author="[[PaulWise]]"]] -This is a simple plugin to add ids to all headings, based on their text. It +This is a simple plugin to add ids (which will server as [[ikiwiki/anchor]]s) to all headings, based on their text. It works as a postprocessing filter, allowing it to work on mdwn, wiki, html, rst and any other format that produces html. The code is available here: |