在 Jekyll GitHub Pages 中使用 Redcarpet 时,我遇到了与 Table not render 相同的问题?
我使用答案将表格渲染到我的 github Jekyll 页面中。
但它不会渲染表格的框架或线条。
是否有可能获得带有框架和线条的表格输出?而如果
我的降价看起来像这样:
| Test | Test | Test |
| -----|:----:|-----:|
| test | test | test |
| test | test | test |
| test | test | test |
| test | test | test |
我的 _config.yml 是这样的:
markdown: redcarpet
redcarpet:
extensions: [tables]