ikiwiki/doc/bugs/wikilink_in_table.mdwn

37 lines
1.3 KiB
Plaintext
Raw Normal View History

2007-08-28 19:06:25 +02:00
I try to create wikilink in table. But it does not work. Here is example:
\[[!table class=table1 data="""
2007-08-29 01:08:30 +02:00
\[[wikilink_test|index]]
\[[wikilink_test\|index]]
2007-08-29 01:08:01 +02:00
[wikilink test](/servers/webmail1)
"""]]
2007-08-28 19:06:25 +02:00
First two wikilink entries do not work.
2007-08-28 19:06:25 +02:00
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?
2007-08-28 19:06:25 +02:00
> [[fixed|done]] --[[Joey]]
2007-08-29 16:09:26 +02:00
>> works !! Great!
What exactly is a difference between wikilink and URL reference to the same page ?
> ikiwiki will not be able to track pages linked using urls as having a
> link.
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="""
2007-08-29 01:08:30 +02:00
\[[wikilink_test|servers/webmail1]]
\[[wikilink_test|servers/webmail1]]
[wikilink test](/servers/webmail1)
"""]]
2007-08-29 01:09:41 +02:00
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 ?
> See above for the right way to do it. Note that I also fixed a minor bug
2007-08-29 01:11:40 +02:00
> in ikiwiki to allow this. --[[Joey]]
2007-08-29 16:09:26 +02:00
>> Just curious ... if I wanted to have that block in monospace (four spaces in front of each line), how can I do that ?