From 7a5ae22e5a5789bf2b1be432cdc7551ab78a5241 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 4 Apr 2006 20:57:46 +0000 Subject: 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

hacks before inlined subpages. Instead, subpages are wrapped in a
, and this prevents markdown from touching them. (This can also be used to add style to subpages.) - rss generation is less of a hack. --- templates/inlinepage.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/inlinepage.tmpl') diff --git a/templates/inlinepage.tmpl b/templates/inlinepage.tmpl index 38834c0b2..397ac860c 100644 --- a/templates/inlinepage.tmpl +++ b/templates/inlinepage.tmpl @@ -1,3 +1,4 @@ +

@@ -5,3 +6,4 @@

(posted )

+
-- cgit v1.2.3