UNPKG

v-md-editor

Version:

A markdown editor built on Vue

31 lines (30 loc) 947 B
export const bold = 'bold'; export const clear = 'clear'; export const code = 'code'; export const codeCpp = 'codeCpp'; export const codePython = 'codePython'; export const codeInline = 'codeInline'; export const fullscreen = 'fullscreen'; export const h1 = 'h1'; export const h2 = 'h2'; export const h3 = 'h3'; export const h4 = 'h4'; export const h5 = 'h5'; export const h6 = 'h6'; export const hr = 'hr'; export const image = 'image'; export const italic = 'italic'; export const link = 'link'; export const ol = 'ol'; export const quote = 'quote'; export const redo = 'redo'; export const strikethrough = 'strikethrough'; export const syncScroll = 'sync-scroll'; export const table = 'table'; export const ul = 'ul'; export const undo = 'undo'; export const wrap = 'wrap'; export const formula = 'formula'; export const inlineFormula = 'inlineFormula'; export const insert = 'insert'; export const more = 'more';