UNPKG

@syncfusion/ej2-richtexteditor

Version:
12 lines (11 loc) 329 B
/** * Export all markdown plugins */ export * from './plugin/clearformat'; export * from './plugin/lists'; export * from './plugin/formats'; export * from './plugin/markdown-selection'; export * from './plugin/undo'; export * from './plugin/md-selection-formats'; export * from './plugin/link'; export * from './plugin/table';