社区 API Demo 成为赞助者
new Vditor('vditor', {
  toolbarConfig: {
    pin: true,
  },
  height: 360,
  counter: {
    enable: true,
    max: 1024,
  },
})

new Vditor('vditor2', {
  height: 200,
  counter: {
    enable: true,
    max: 512,
  },
})

参与讨论