diff options
-rw-r--r-- | doc/patchqueue/morelink-plugin.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/patchqueue/morelink-plugin.mdwn b/doc/patchqueue/morelink-plugin.mdwn index 02d20329b..9724b3e3a 100644 --- a/doc/patchqueue/morelink-plugin.mdwn +++ b/doc/patchqueue/morelink-plugin.mdwn @@ -1,4 +1,4 @@ -Enables _Read more_ links for use in blog posts. Adds a config option for customising the anchor text. +Enables _Read more_ links for use in blog posts. Adds a config option for customising the anchor text. (The [[/patchqueue/htmllink-anchors]] patch is a dependency). Index: IkiWiki/Plugin/morelink.pm =================================================================== @@ -35,3 +35,5 @@ Enables _Read more_ links for use in blog posts. Adds a config option for custom +} + +1 + +--Ben
\ No newline at end of file |