Add a patch tag
[ikiwiki.git] / doc / bugs / pipe_in_tables_as_characters.mdwn
index 36f89149d387fa43c338099558709cf2c03bfc19..12d5e1597394322ee6d2d3f1a5de07af57b03a2a 100644 (file)
@@ -1,7 +1,16 @@
-How to put '|' character in a filed ? I tried escaping it but it does not work.
+How to put '|' character in a field ? I tried escaping it but it does not work.
+Seems tables are disabled here ?
 
+> Explicitly specify format=csv, then you can use pipes as values and even
+> use quotes to unambiguously include commas in values. --[[Joey]]
 
-[[table class=table1 data="""
+>> Great! thanks.
+
+>>> Guess I can mark this [[done]] --[[Joey]]
+
+See this example:
+
+[[!table class=table1 data="""
 aaaaaaaaaaaaaaa|b|c
 --\|\|--|e|f
-"""]]
\ No newline at end of file
+"""]]