summaryrefslogtreecommitdiff
path: root/doc/plugins/table.mdwn
diff options
context:
space:
mode:
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"]]