response
[ikiwiki.git] / doc / bugs / pipe_in_tables_as_characters.mdwn
1 How to put '|' character in a field ? I tried escaping it but it does not work.
2 Seems tables are disabled here ?
3
4 > Explicitly specify format=csv, then you can use pipes as values and even
5 > use quotes to unambiguously include commas in values. --[[Joey]]
6
7 See this example:
8
9 [[table class=table1 data="""
10 aaaaaaaaaaaaaaa|b|c
11 --\|\|--|e|f
12 """]]