aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/pipe_in_tables_as_characters.mdwn
blob: d680114f2f54105a655f62be240ceba99610836f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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]]

See this example:

[[table class=table1 data="""
aaaaaaaaaaaaaaa|b|c
--\|\|--|e|f
"""]]