I had the same problem as in Table not render when use Redcarpet in Jekyll GitHub Pages?
And I used the answer to get table rendering into my github Jekyll page.
But it does not render the frame or lines of the table.
Is there the possibility to get a table output with a frame and lines? And if
My Markdown looks like this:
| Test | Test | Test |
| -----|:----:|-----:|
| test | test | test |
| test | test | test |
| test | test | test |
| test | test | test |
And my _config.yml like this:
markdown: redcarpet
redcarpet:
extensions: [tables]