web commit by madmax
[ikiwiki.git] / doc / bugs / wikilink_in_table.mdwn
1 I try to create wikilink in table. But it does not work. Here is example:
2
3     [[table class=table1 data="""
4     [[wikilink_test|servers/webmail1]]
5     [[wikilink_test\|servers/webmail1]]
6     [wikilink test](/servers/webmail1)
7     """]]
8
9 First two do not work.
10
11 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 ?
12
13 What exactly is a difference between wikilink and URL reference to the same page ?