import { Boot } from '@wangeditor/editor'
import markdownModule from '@wangeditor/plugin-md'
 
Boot.registerModule(markdownModule)