summaryrefslogtreecommitdiff
path: root/doc/plugins/contrib/sourcehighlight.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-06 08:14:44 -0500
committerJoey Hess <joey@kitenet.net>2008-03-06 08:14:44 -0500
commit91ea6629433fb4e21db4b64ef47a8990e80a2533 (patch)
tree444525f3ffde3b27e8cf1de7c04397af8911e7f0 /doc/plugins/contrib/sourcehighlight.mdwn
parent8f44d519b02cb11eca9e2f825c430f618171abd8 (diff)
web commit by bremner: added pointer to relevant discussion
Diffstat (limited to 'doc/plugins/contrib/sourcehighlight.mdwn')
-rw-r--r--doc/plugins/contrib/sourcehighlight.mdwn7
1 files changed, 6 insertions, 1 deletions
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]]