From 6bcc3339d911cd6c0095a3ed3eacf8560c458d01 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 16 Sep 2007 19:18:02 +0000 Subject: * table plugin: Actually specify the delimiter. --- doc/plugins/table.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/plugins/table.mdwn') diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn index 6920c8f80..89bec987c 100644 --- a/doc/plugins/table.mdwn +++ b/doc/plugins/table.mdwn @@ -6,6 +6,16 @@ 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