further refinement
[ikiwiki.git] / doc / plugins / table.mdwn
index 569e5698250130576b5318e6346a66a4b6314191..e84f6f947c780d8d4157e83db523648e0e99aff8 100644 (file)
@@ -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"]]