diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-26 18:06:34 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-26 18:06:34 +0000 |
commit | 60e65c52fd7e2dc806fd6ec89f48e9187509d82e (patch) | |
tree | ac5e61f64396f0d6c5a42a180b9ff9b5ccdd9000 /doc/todo | |
parent | ab8125d62aa8fe26ad3f0771d2a8af580ca89564 (diff) |
reviews Jeremie's patch
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/format_escape.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
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]] |