Table Support - bootstraponline/meta GitHub Wiki

| 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