diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-04 20:57:46 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-04 20:57:46 +0000 |
commit | 7a5ae22e5a5789bf2b1be432cdc7551ab78a5241 (patch) | |
tree | 33e575b9854a95093145c02dd10bd26e36c3f1ae /doc/todo/utf8.mdwn | |
parent | ca57400d532741da4ff510c6905973e89c65a328 (diff) | |
download | ikiwiki-7a5ae22e5a5789bf2b1be432cdc7551ab78a5241.tar ikiwiki-7a5ae22e5a5789bf2b1be432cdc7551ab78a5241.tar.gz |
Convert postprocessordirectives into preprocessordirectives, so they are
expanded before markdown. Consequences:
- No need to worry about markdown messing with parameters of
preprocessordirectives. (If you had to escape stuff in one before, you'll
need to undo that escaping now.)
- No need for ugly </p> hacks before inlined subpages. Instead, subpages
are wrapped in a <div>, and this prevents markdown from touching them.
(This can also be used to add style to subpages.)
- rss generation is less of a hack.
Diffstat (limited to 'doc/todo/utf8.mdwn')
-rw-r--r-- | doc/todo/utf8.mdwn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/todo/utf8.mdwn b/doc/todo/utf8.mdwn index 536ec75b2..822177487 100644 --- a/doc/todo/utf8.mdwn +++ b/doc/todo/utf8.mdwn @@ -23,5 +23,3 @@ The following problems have been observed when running ikiwiki this way: In this example, a literal 0x97 character had gotten into a markdown file. - - Here, let's put one in this file: "—" |