diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-27 03:39:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-27 03:39:04 +0000 |
commit | ba070c122a6ea8c6f15e9ca7eb973f70aebee240 (patch) | |
tree | ecc14b9b6c1f8989f755b59d4532b8f7f6c90b89 | |
parent | 65072af318f7018583108e395d8b631f571bdaac (diff) |
web commit by http://jeremie.koenig.myopenid.com/: remove divagation; update
-rw-r--r-- | doc/todo/format_escape.mdwn | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/todo/format_escape.mdwn b/doc/todo/format_escape.mdwn index 9d9942f20..b45325c6f 100644 --- a/doc/todo/format_escape.mdwn +++ b/doc/todo/format_escape.mdwn @@ -87,14 +87,14 @@ which aren't used as real extensions but provide useful intermediate types. >> Beyond being buggy in the least horrible way, I'm afraid I won't have >> much time for ikiwiki in the next two or three weeks (exams), >> but I think that ultimately these limitations could be worked around. ->> I'm not sure it is desirable for ikiwiki to know too much about the ->> syntax of its markup languages. Maybe the tricky "format" stuff ->> the toc plugin does could be used; maybe we need to think about more ->> generic ways to put "marks" in the various types of pages, which could ->> be expanded afer htmlization, and maybe the convert stuff could be used ->> to do this in an elegant way; ->> but then this is not very [[multiple_output_formats]] friendly either. ->> What do you think? + +>> Update: + +>> Thanks to the rst specification, I found that most of the glitches with +>> links can be solved. The remaining restrictions would be that wikilinks +>> expand with a trailing space (ie. pre\[[process]] works but \[[html]]ize +>> doesn't), and preprocessor directives which output HTML can only be used +>> as a standalone paragraph. I will update the patch tomorrow. >> --[[JeremieKoenig]] |