Skip to content

Table Support

bootstraponline edited this page Jul 21, 2012 · 1 revision
| A | B
|:--|:--
# works
a  | b
--- | ---
1  | 2
# fails
a  | b
-- | --
1  | 2
a b
1 2
  • At least two dashes after :
  • Headers and delimiters count must match
A B
C

Clone this wiki locally