X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/ad78b73fb09a3d0570a852bf2e67e5215c78560f..87e81e1c98468a1a07bbbbe4d08afe36f8b775e1:/doc/bugs/wikilink_in_table.mdwn diff --git a/doc/bugs/wikilink_in_table.mdwn b/doc/bugs/wikilink_in_table.mdwn index 05b1d519e..cca01718c 100644 --- a/doc/bugs/wikilink_in_table.mdwn +++ b/doc/bugs/wikilink_in_table.mdwn @@ -1,6 +1,6 @@ I try to create wikilink in table. But it does not work. Here is example: - \[[table class=table1 data=""" + \[[!table class=table1 data=""" \[[wikilink_test|index]] \[[wikilink_test\|index]] [wikilink test](/servers/webmail1) @@ -12,6 +12,8 @@ The last one is url link and it works but it is not a wikilink. Or maybe it does > [[fixed|done]] --[[Joey]] +>> 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 @@ -19,7 +21,7 @@ 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=""" + \[[!table class=table1 data=""" \[[wikilink_test|servers/webmail1]] \[[wikilink_test|servers/webmail1]] [wikilink test](/servers/webmail1) @@ -29,4 +31,6 @@ Please click edit to see unrendered text. First, it is not monospace-d (I have 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]] + +>> Just curious ... if I wanted to have that block in monospace (four spaces in front of each line), how can I do that ?