美文网首页
2019-07-16markdown转html

2019-07-16markdown转html

作者: Kason晨 | 来源:发表于2019-07-16 17:51 被阅读0次

使用marked 这个插件

npm install marked --save

然后再需要的页面引入,

import marked from 'marked'

然后直接使用maeked()方法即可转换为html。

    sendNews() {
      alert(marked(this.content));
    },

相关文章

网友评论

      本文标题:2019-07-16markdown转html

      本文链接:https://www.haomeiwen.com/subject/mqatlctx.html