例子

Github 地址{target=_blank}

需要注意

会有xss注入风险 **请在大人陪伴下开启**
var cherry = new Cherry({
  id: 'markdown',
  engine: {
    global: {
      // htmlWhiteList: 'iframe|script|style'
      htmlWhiteList: 'ALL'
    },
  },
  value: document.getElementById("demo-val").value,
});