aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/wikilink_in_table.mdwn
blob: 227b7b22ee4f732114adb68815624b8ecef15a43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
    """]]

First two 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 ?

What exactly is a difference between wikilink and URL reference to the same page ?