微信小程序支持markdown语法

1.下载
https://github.com/StanleyLe/Utils 里面的 towxml.zip文件解压缩
2.TOWXML文件夹放到小程序根目录
3.在小程序app.js中引入库

//app.js
const Towxml = require('/towxml/main');     //引入towxml库
App({
    onLaunch: function () {
    },
    towxml:new Towxml()                     //创建towxml对象,供小程序页面使用
})

4.在小程序页面文件中引入模版