]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/wikilink_in_table.mdwn
thank goodness for test suites
[git.ikiwiki.info.git] / doc / bugs / wikilink_in_table.mdwn
index c7f06a741123d5ef0be42758735504771f26fbff..4d646385f813e54ccacbccf8450ab4704360c35e 100644 (file)
@@ -1,8 +1,8 @@
 I try to create wikilink in table. But it does not work. Here is example:
 
        \[[table class=table1 data="""
-       [[wikilink_test|index]]
-       [[wikilink_test\|index]]
+       \[[wikilink_test|index]]
+       \[[wikilink_test\|index]]
        [wikilink test](/servers/webmail1)
        """]]
 
@@ -20,13 +20,13 @@ 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]]
+       \[[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...
+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
-> in ikiwiki that makes it not display the opening `[[` above. --[[Joey]]
+> in ikiwiki to allow this. --[[Joey]]