
1 xream 2012 年 3 月 13 日 这样子? |
2 SamuelBinYE OP 嗯,jekyll bootstrap 生成的日志显示得到乱套的 table ,摸不着头脑如何查原因。 |
3 yyfearth 2012 年 3 月 13 日 不知道哪里有js实现啊~! |
4 dofine 2012 年 3 月 13 日 貌似 multimarkdown 是支持的,jekyll 现在只支持 markdown 吧。等高手。 |
5 xream 2012 年 3 月 13 日 jekyll是用的rdiscount/maruku 可以试试修改它们... |
6 SamuelBinYE OP 在 daringfireball 的页面 http://daringfireball.net/projects/markdown/dingus 测试失败,只接受 http://daringfireball.net/projects/markdown/syntax#html 建议的办法 |
7 kingwkb 2012 年 3 月 15 日 |
8 Andor_Chen 2012 年 3 月 15 日 Markdown 并没有 table 相关的语法,在 PHP Markdown Extra 中有实现。可以把 jekyll 中的 Markdown 引擎换成 redcarpet,redcarpet 中根据 PHP Markdown Extra 实现了 table 的解析,但也需要手动开启,redcarpet 的 readme 中有说明 http://michelf.com/projects/php-markdown/ https://github.com/tanoku/redcarpet |