add "bug report" for sourcecode plugin
authorbremner <bremner@web>
Thu, 5 Feb 2009 13:03:19 +0000 (08:03 -0500)
committerJoey Hess <joey@kitenet.net>
Thu, 5 Feb 2009 13:03:19 +0000 (08:03 -0500)
doc/todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion.mdwn

index dc6c0001e7b38d2e1ccebefce14c528fdcfee86d..59c1a245b4595565bfc20b9233a24aef728424dd 100644 (file)
@@ -4,6 +4,19 @@ Updated to use fix noted in [[bugs/multiple_pages_with_same_name]].
 
 -- [[Will]]
 
+----
+I was trying to replace sourcehighlight with sourcecode. I had to modify the 
+htmlize call slightly so that it would work in a format directive.
+([modified version](http://pivot.cs.unb.ca/git/?p=ikiplugins.git;a=blob_plain;f=IkiWiki/Plugin/sourcecode.pm;hb=21fc57091edb9))
+I hit a wall the following example (the last commit in the above repo).
+
+    \[[!meta title="Solutions to assignment 1"]]
+
+    - [[!format cc """
+    test
+    """]]
+
+
 ----
 
     #!/usr/bin/perl