diff options
author | Joey Hess <joey@kitenet.net> | 2008-03-06 07:52:36 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-03-06 07:52:36 -0500 |
commit | da9bf8df555465ab6ec79495239b78995e47939f (patch) | |
tree | c60d02fabd025c14d68ba46812442d2ab8419659 /doc/plugins | |
parent | 2404ce0ddd3482f24d62ca1d7ef948ae6db0c6a0 (diff) |
web commit by bremner: answer one of my own questions
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/sourcehighlight.mdwn | 4 |
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). |