diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 23:21:00 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 23:21:00 +0000 |
commit | f90cfde9e3984849f6aded9e42c3e252c9509e48 (patch) | |
tree | b1270e47f600cdf25f8697fa4efa8f04245bf9b1 | |
parent | 99261148fe12255b5825a4d07d754424ee876c78 (diff) |
another problem with this
-rw-r--r-- | doc/todo/format_escape.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/format_escape.mdwn b/doc/todo/format_escape.mdwn index 8921b57ad..ebee558fb 100644 --- a/doc/todo/format_escape.mdwn +++ b/doc/todo/format_escape.mdwn @@ -82,6 +82,12 @@ 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]] + ## Original patch [[tag patch]] |