]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/format_escape.mdwn
web commit by http://www.larted.org.uk/~dom/: patch
[ikiwiki.git] / doc / todo / format_escape.mdwn
index 8921b57ad568104c59503a3132d45259a2026f85..7c9a7f1ecadf5d7e1e10425a08b84cb2ef810a3c 100644 (file)
@@ -82,6 +82,20 @@ which aren't used as real extensions but provide useful intermediate types.
 
 >> --[[JeremieKoenig]]
 
+> Another problem with this approach is when there is some html (say a
+> table), that contains a wikilink. If the link is left up to the markup
+> lamguage to handle, it will never convert it to a link, since the table
+> will be processed as a chunk of raw html.
+> --[[Joey]]
+
+### Updated patch
+
+I've created an updated [patch](http://www.idletheme.org/code/patches/ikiwiki-format-escapes-rlk-2007-09-24.diff) against the current revision.  No real functionality changes, except for a small test script, one minor bugfix (put a "join" around a scalar-context "map" in convert_link), and some wrangling to get it merged properly; I thought it might be helpful for anyone else who wants to work on the code.
+
+(With that out of the way, I think I'm going to take a stab at Jeremie's plan to use marks which would be replaced post-htmlization.  I've also got an eye towards [[todo/multiple_output_formats]].)
+
+--Ryan Koppenhaver
+
 ## Original patch
 [[tag patch]]