summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/sourcehighlight.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/contrib/sourcehighlight.mdwn b/doc/plugins/contrib/sourcehighlight.mdwn
index 8f302b7f6..f5628052d 100644
--- a/doc/plugins/contrib/sourcehighlight.mdwn
+++ b/doc/plugins/contrib/sourcehighlight.mdwn
@@ -12,5 +12,5 @@ highlight
- I would like to have a link to the raw source; I'm not quite sure how to manage this at them moment.
- the common case of foo.c and foo.h breaks
-because they both generate page working/dir/foo. Is there some way to change the default output name?
-
+because they both generate page working/dir/foo.
+It looks to me like ikiwiki is hardcoded to strip the extension in `pagename()` (IkiWiki.pm).