X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/dd9ec3f5b63cd85d307968977cec2d2a245e640b..50686a73a27b09d0a4e0a5068cb687c4df6670fd:/doc/bugs.mdwn diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 06cfc976e..a8e9ae679 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -31,8 +31,8 @@ * If a file in the srcdir is removed, exposing a file in the underlaydir, ikiwiki will not notice the change and rebuild it until the file in the underlaydir gets a mtime newer than the mtime the removed file had. -* 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. * ikiwiki will generate html formatted error messages to the command line if --cgi is set, even if it's not yet running as a cgi +* if a page containing an rss feed happens to show up in an rss feed, + the preprocessor directives won't be expanded (good) but are left in + raw rather than removed (bad)