* Tables containing links with a link text were misparsed, because the "|"
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 28 Aug 2007 23:06:24 +0000 (23:06 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 28 Aug 2007 23:06:24 +0000 (23:06 +0000)
commit4142c02f738ac119086509aa979ead5146b32a52
tree310f6f667065b26b93fa84bcde0cd0ed7016f2f6
parent25294defb814e6d4a53848c89a86e982bda1fc30
* Tables containing links with a link text were misparsed, because the "|"
  in the wikilink looked like a table field separator. Avoid this ambiguity
  by linkifying the data before parsing it as a table.
* Turn on allow_loose_quotes in the table plugin's Text::CSV object,
  so that links from wikilinks don't confuse the parser.
IkiWiki/Plugin/table.pm
debian/changelog
doc/bugs/wikilink_in_table.mdwn
po/ikiwiki.pot