From: joey Date: Thu, 30 Mar 2006 20:15:42 +0000 (+0000) Subject: sigh, markdown.. X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/942a3fe01a036a76fe8bd38ff7bb9c3ff1486631?ds=sidebyside sigh, markdown.. --- diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index d1c3bd4b9..06fa54bcd 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -34,3 +34,6 @@ underlaydir gets a mtime newer than the mtime the removed file had. * Pages rendered from files in the underlaydir should not have a history link, since there's no file in the svn repo to view the history of. +* Markdown will try to expand stuff inside postprocessordirectives. For + example, if there are two *'s, it will turn them to html em's, which + breaks things unexpectedly and requires escaping.