From: Joey Hess Date: Thu, 6 Mar 2008 13:14:44 +0000 (-0500) Subject: web commit by bremner: added pointer to relevant discussion X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/91ea6629433fb4e21db4b64ef47a8990e80a2533?hp=8f44d519b02cb11eca9e2f825c430f618171abd8 web commit by bremner: added pointer to relevant discussion --- diff --git a/doc/plugins/contrib/sourcehighlight.mdwn b/doc/plugins/contrib/sourcehighlight.mdwn index f5628052d..b48fd1a16 100644 --- a/doc/plugins/contrib/sourcehighlight.mdwn +++ b/doc/plugins/contrib/sourcehighlight.mdwn @@ -9,8 +9,13 @@ where foo and bar are the (source-supported) languages you want to highlight # Issues -- I would like to have a link to the raw source; I'm not quite sure how to manage this at them moment. +- I would like to have a link to the raw source; using will_render() and then copying the file +may work. +The discussion in [[plugins/contrib/texinfo]] seems relevant. - the common case of foo.c and foo.h breaks because they both generate page working/dir/foo. It looks to me like ikiwiki is hardcoded to strip the extension in `pagename()` (IkiWiki.pm). +This problem with sourcehighlight needs to be fixed before it is very useful. + +[[DavidBremner]]