diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-30 20:15:42 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-30 20:15:42 +0000 |
commit | 942a3fe01a036a76fe8bd38ff7bb9c3ff1486631 (patch) | |
tree | fe5bf3b1dbc84433931a4dcd7e515ee986f38cf3 /doc | |
parent | cfe0ea7a43a1a4c863c599f1890323b2c801fb08 (diff) |
sigh, markdown..
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
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. |