As of maruku
engine (the default), writing table like
surround text, etc.
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
surround text...
would render correctly.
But when I switch to redcarpet
(add markdown: redcarpet
into _config.yml
), the table no longer rendered, both localhost and on GitHub Pages.
Did I do something wrong?