diff options
-rw-r--r-- | doc/bugs.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index 13bdc34e9..34342b59f 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -15,4 +15,5 @@ * RecentChanges is a regular page, perhaps it should be automatically replaced with a link to the [[CGI]]? * [[ikiwiki]] should go to the same place as [[index]] (on this wiki). * There's no way to escape a [[WikiLink]] when discussing one on a wiki. -* Wikilinks are even expanded in the middle of [[MarkDown]] code blocks, and probably shouldn't be (nor in blockquotes?)
\ No newline at end of file +* Wikilinks are even expanded in the middle of [[MarkDown]] code blocks, and probably shouldn't be (nor in blockquotes?) +* RecentChanges is supposed to linkify WikiNames and it does, but only if the user's page exists. It doesn't add a ?link to a noneistant page to aid creating it.
\ No newline at end of file |