From: joey Date: Sun, 26 Aug 2007 18:06:34 +0000 (+0000) Subject: reviews Jeremie's patch X-Git-Tag: 2.6.1~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=60e65c52fd7e2dc806fd6ec89f48e9187509d82e;p=ikiwiki.git reviews Jeremie's patch --- diff --git a/doc/todo/format_escape.mdwn b/doc/todo/format_escape.mdwn index 13f211d1e..717271c12 100644 --- a/doc/todo/format_escape.mdwn +++ b/doc/todo/format_escape.mdwn @@ -47,6 +47,16 @@ which aren't used as real extensions but provide useful intermediate types. --[[JeremieKoenig]] +> Wow, this is in many ways a beautiful patch. I did notice one problem, +> if a link is converted to rst and then from there to a hyperlink, the +> styling info usially added to such a link is lost. I wonder if it would +> be better to lose _link stuff and just create link html that is fed into +> the rst,html converter. Other advantage to doing that is that link +> creation has a rather complex interface, with selflink, attrs, url, and +> content parameters. +> +> --[[Joey]] + ## Original patch [[tag patch]]