diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 17:06:25 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 17:06:25 +0000 |
commit | e87fcf2971780dda02f4083d07b55f84b1a2a7b4 (patch) | |
tree | 3044adece07116073f928734e102026d77c9c353 /doc/bugs | |
parent | 9c5f4761d8bf785ca98d5fda66fbbe9dbe11897c (diff) |
web commit by madmax
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/wikilink_in_table.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/wikilink_in_table.mdwn b/doc/bugs/wikilink_in_table.mdwn new file mode 100644 index 000000000..227b7b22e --- /dev/null +++ b/doc/bugs/wikilink_in_table.mdwn @@ -0,0 +1,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 ?
\ No newline at end of file |