]> sipb.mit.edu Git - ikiwiki.git/commit
Convert postprocessordirectives into preprocessordirectives, so they are
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 4 Apr 2006 20:57:46 +0000 (20:57 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 4 Apr 2006 20:57:46 +0000 (20:57 +0000)
commit7a5ae22e5a5789bf2b1be432cdc7551ab78a5241
tree33e575b9854a95093145c02dd10bd26e36c3f1ae
parentca57400d532741da4ff510c6905973e89c65a328
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.
IkiWiki/Render.pm
basewiki/postprocessordirective.mdwn [deleted file]
basewiki/preprocessordirective.mdwn [new file with mode: 0644]
doc/bugs.mdwn
doc/todo/done/htmlvalidation.mdwn [new file with mode: 0644]
doc/todo/html.mdwn
doc/todo/utf8.mdwn
templates/inlinepage.tmpl