Using kramdown version 1.10.0, I am trying to figure out how to get it to render a table. In any of the markdown formats.
I've tried the following:
foo | bar
| foo | bar |
|-----+-----|
| foo | bar |
|-----+-----|
However, none of those seem to render using kramdown.
This is particularly frustrating as I'm trying to show a table in jekyll.