可以自己加表格功能,在原编辑器js基础上加上Markdown.Extra,google一下就明白了
-----
参考附件,初始化编辑器时用:
var converter1 = new Markdown.Converter();
Markdown.Extra.init(converter1, {//扩展 markdown
extensions: "tables"
});
然后也要改下php的解析器,我写不了教程哈,你需要读一下原来的代码捣鼓下。
或者看下这个demo先(不让我发外链,自己去下链接中的空格):
https:// github.com/jmcmanus/pagedown-extra
阅读全文
收起全文