]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://ethan.betacantrips.com/: this part was unrelated, right?
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 6 Apr 2007 23:51:19 +0000 (23:51 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 6 Apr 2007 23:51:19 +0000 (23:51 +0000)
doc/patchqueue/format_escape.mdwn

index 25bbc28545f788d9fd6bc49e2a00277bc5a9ee42..3707187b778300dd79245c5730c22079ccf1196a 100644 (file)
@@ -107,20 +107,6 @@ Index: IkiWiki.pm
 ===================================================================
 --- IkiWiki.pm (revision 3158)
 +++ IkiWiki.pm (working copy)
 ===================================================================
 --- IkiWiki.pm (revision 3158)
 +++ IkiWiki.pm (working copy)
-@@ -550,11 +550,11 @@
-       $content =~ s{(\\?)$config{wiki_link_regexp}}{
-               defined $2
-                       ? ( $1 
--                              ? "[[$2|$3".(length $4 ? "#$4" : "")."]]" 
-+                              ? "[[$2|$3".($4 ? "#$4" : "")."]]" 
-                               : htmllink($lpage, $page, linkpage($3),
-                                       anchor => $4, linktext => pagetitle($2)))
-                       : ( $1 
--                              ? "[[$3".(length $4 ? "#$4" : "")."]]"
-+                              ? "[[$3".($4 ? "#$4" : "")."]]"
-                               : htmllink($lpage, $page, linkpage($3),
-                                       anchor => $4))
-       }eg;
 @@ -628,6 +628,14 @@
                                preview => $preprocess_preview,
                        );
 @@ -628,6 +628,14 @@
                                preview => $preprocess_preview,
                        );