]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/table.mdwn
further refinement
[git.ikiwiki.info.git] / doc / plugins / table.mdwn
index 88b509004d75947077bd9b4dabcbb4fbb4d36829..e84f6f947c780d8d4157e83db523648e0e99aff8 100644 (file)
@@ -1,7 +1,7 @@
 [[template id=plugin name=table author="[[VictorMoral]]"]]
 [[tag type/format]]
 
-This plugin can build html tables from data in CSV (comma-separated values)
+This plugin can build HTML tables from data in CSV (comma-separated values)
 or DSV (delimiter-separated values) format.
 
 It needs the perl module [[cpan Text::CSV]] for the CSV data.
@@ -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"]]