From 9f87bd8d7d801ba29687c68349a5c56e9947948f Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 16 Sep 2007 19:35:16 +0000 Subject: * table plugin: Actually specify the delimiter when parsing CSV. * table plugin: The previous version broke WikiLinks inside quoted values. Fix this by linkifying CSV data after parsing it, while DSV data is still linkified before parsing. --- doc/plugins/table.mdwn | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc/plugins/table.mdwn') diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn index 89bec987c..6920c8f80 100644 --- a/doc/plugins/table.mdwn +++ b/doc/plugins/table.mdwn @@ -6,16 +6,6 @@ or DSV (delimiter-separated values) format. It needs the perl module [[cpan Text::CSV]] for the CSV data. -[[table data=""" -"foo",[[joey]],"bar" -"bar",[[joeyno]], foo" -"""]] - -[[table data=""" -foo|[[joey]]|bar -bar|[[joeyno]]|foo -"""]] - ## examples \[[table data=""" -- cgit v1.2.3