diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 17:14:20 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 17:14:20 +0000 |
commit | fe316c44347f190c2e3e7443661cc1537ffb8fd3 (patch) | |
tree | 261ac4b1f3416530d4541d12db47d2de0870bbf7 /doc/bugs | |
parent | e87fcf2971780dda02f4083d07b55f84b1a2a7b4 (diff) | |
download | ikiwiki-fe316c44347f190c2e3e7443661cc1537ffb8fd3.tar ikiwiki-fe316c44347f190c2e3e7443661cc1537ffb8fd3.tar.gz |
web commit by madmax: bugreport clarification
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/wikilink_in_table.mdwn | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/doc/bugs/wikilink_in_table.mdwn b/doc/bugs/wikilink_in_table.mdwn index 227b7b22e..fe9bc6da2 100644 --- a/doc/bugs/wikilink_in_table.mdwn +++ b/doc/bugs/wikilink_in_table.mdwn @@ -1,13 +1,24 @@ I try to create wikilink in table. But it does not work. Here is example: - [[table class=table1 data=""" - [[wikilink_test|servers/webmail1]] - [[wikilink_test\|servers/webmail1]] - [wikilink test](/servers/webmail1) - """]] + ||table class=table1 data=""" + ||wikilink_test|servers/webmail1]] + ||wikilink_test\|servers/webmail1]] + [wikilink test](/servers/webmail1) + """]] -First two do not work. +First two wikilink entries do not work. -The last one is url link and it works but it is not a wikilink. Or maybe it does not matter if I use URL links in stead of wikilinks ? +The last one is url link and it works but it is not a wikilink. Or maybe it does not matter if I use URL links in stead of wikilinks for local wiki content? -What exactly is a difference between wikilink and URL reference to the same page ?
\ No newline at end of file +What exactly is a difference between wikilink and URL reference to the same page ? + +Trying to report this I found something weird. I changed in the example [[ with || because wiki renders something wrongly. You can see what I tried originally here: + + [[table class=table1 data=""" + [[wikilink_test|servers/webmail1]] + [[wikilink_test\|servers/webmail1]] + [wikilink test](/servers/webmail1) + """]] + +Please click edit to see unrendered text. First, it is not monospace-d (I have 4 spaces) and second, some wierd html is shown... +Am I doing something wrong ? |