A misfeature I stumbled upon.

master
http://lj.rossia.org/users/imz/ 2009-05-26 11:57:12 -04:00 committed by Joey Hess
parent 9b4c83127f
commit 392157083b
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
Example (from [](http://git.ikiwiki.info/?p=ikiwiki;a=blobdiff;f=doc/todo/matching_different_kinds_of_links.mdwn;h=26c5a072bf3cb205b238a4e6fd0882583a0b7609;hp=1d7c78d9065d78307b43a1f58a53300cde4015fa;hb=9b4c83127fdef0ceb682c104db9bfb321b17022e;hpb=df4cc4c16ca230ee99b80c80043ba54fb95f6e71)):
<pre>
\[[`\\[[!taglink TAG\\]\\]`|plugins/tag]]
</pre>
gives:
[[`\[[!taglink TAG\]\]`|plugins/tag]]
Expected: there is a wikilink with the complex text as the displayed text. --Ivan Z.