UNPKG

v-md-editor

Version:

A markdown editor built on Vue

11 lines (8 loc) 247 B
export const attrWhiteList = ['style', 'align', 'class', 'id', 'title']; export const prefixAttrWhiteList = ['data-']; export const tags = { input: ['type'], ol: ['reversed', 'start', 'type'], button: ['type'], summary: [], };