projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe0ea7
)
sigh, markdown..
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 30 Mar 2006 20:15:42 +0000
(20:15 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 30 Mar 2006 20:15:42 +0000
(20:15 +0000)
doc/bugs.mdwn
patch
|
blob
|
history
diff --git
a/doc/bugs.mdwn
b/doc/bugs.mdwn
index d1c3bd4b9f8a0a2c7dd53a6d75496ad49d832ec7..06fa54bcd05b7ef01bbdb24130327e0005f42a5c 100644
(file)
--- 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.