summaryrefslogtreecommitdiff
path: root/doc/plugins/table.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-07 19:07:36 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-03-07 19:07:36 +0000
commit0d108e74d9b48ba080c128407eed3c787edec1bd (patch)
treee5f34f24409919099056929418513a3e09dc573d /doc/plugins/table.mdwn
parentcfb2da268b323f55d7e742d0a42eb8fe6ef32ca6 (diff)
further refinement
Diffstat (limited to 'doc/plugins/table.mdwn')
-rw-r--r--doc/plugins/table.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn
index 569e56982..e84f6f947 100644
--- a/doc/plugins/table.mdwn
+++ b/doc/plugins/table.mdwn
@@ -9,9 +9,9 @@ It needs the perl module [[cpan Text::CSV]] for the CSV data.
## examples
\[[table data="""
- Customer|Amount|
- Fulanito|134,34|
- Menganito|234,56|
+ Customer|Amount
+ Fulanito|134,34
+ Menganito|234,56
"""]]
\[[table class="book_record" format=csv file="data/books/record1"]]