Open ghost opened 3 years ago
More than one dash is required in the line between table headers and table body. The following works:
| a | b | c | d |
| :-- | :--: | :--: | --: |
| 1 | 2 | 3 | 4 |
Preview: | a | b | c | d |
---|---|---|---|---|
1 | 2 | 3 | 4 |
According to GFM, one dash tables should be allowed: https://github.github.com/gfm/#tables-extension-
Does not support table