diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-16 19:35:16 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-09-16 19:35:16 +0000 |
commit | 9f87bd8d7d801ba29687c68349a5c56e9947948f (patch) | |
tree | 47d79e095eea6d779ce415bd811fb885d30eb15c /doc | |
parent | 6bcc3339d911cd6c0095a3ed3eacf8560c458d01 (diff) | |
download | ikiwiki-9f87bd8d7d801ba29687c68349a5c56e9947948f.tar ikiwiki-9f87bd8d7d801ba29687c68349a5c56e9947948f.tar.gz |
* 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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/table.mdwn | 10 |
1 files changed, 0 insertions, 10 deletions
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=""" |