mditor
mditor copied to clipboard
初始化mditor只有一种方式么?
初始化mditor 只有一种方式么? mditor = window.mditor = Mditor.fromTextarea(document.getElementById('md-editor'));
我现在只想用Parser去解析markdown怎么办到呢?
var mditor = require("mditor");
var parser = new mditor.Parser();
var html = parser.parse("** Hello mditor! **");