diff options
-rw-r--r-- | doc/bugs.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn index e89c493a6..13bdc34e9 100644 --- a/doc/bugs.mdwn +++ b/doc/bugs.mdwn @@ -13,4 +13,6 @@ * Can't put the source in a directory named .source; the page finder skips that due to too broad exclusion of any dotfile in a path. * 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).
\ No newline at end of file +* [[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 |