UNPKG

@kangc/v-md-editor

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