]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/pipe_in_tables_as_characters.mdwn
response
[ikiwiki.git] / doc / bugs / pipe_in_tables_as_characters.mdwn
index 816190ff81b7812086da01a955e31ab7ae41f3a2..12d5e1597394322ee6d2d3f1a5de07af57b03a2a 100644 (file)
@@ -1,9 +1,16 @@
-How to put '|' character in a fieled ? 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]]
+
+>> Great! thanks.
+
+>>> Guess I can mark this [[done]] --[[Joey]]
+
 See this example:
 
-[[table class=table1 data="""
+[[!table class=table1 data="""
 aaaaaaaaaaaaaaa|b|c
 --\|\|--|e|f
 """]]