]> sipb.mit.edu Git - ikiwiki.git/commitdiff
comments
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 2 Mar 2007 01:07:48 +0000 (01:07 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 2 Mar 2007 01:07:48 +0000 (01:07 +0000)
doc/patchqueue/format_escape.mdwn

index 94b6c493244b7c4fc7de5e0ed1e8e7250020c1c0..41666b6e25a796b1620be73e8cc43911ed5aefd4 100644 (file)
@@ -7,6 +7,10 @@ I added an extra named parameter to the htmlize hook, which feels sort of
 wrong, since none of the other hooks take parameters. Let me know what 
 you think. --Ethan
 
+Seems fairly reasonable, actually. Shouldn't the `$type` come from `$page`
+instead of `$destpage` though? Only other obvious change is to make the
+escape parameter optional, and only call it if set. --[[Joey]]
+
 <pre>
 diff -urX ignorepats clean-ikidev/IkiWiki/Plugin/mdwn.pm ikidev/IkiWiki/Plugin/mdwn.pm
 --- clean-ikidev/IkiWiki/Plugin/mdwn.pm 2007-02-25 12:26:54.031200000 -0800
@@ -78,4 +82,4 @@ diff -urX ignorepats clean-ikidev/IkiWiki.pm ikidev/IkiWiki.pm
                         return $ret;
                 }
                 else {
-</pre>
\ No newline at end of file
+</pre>