UNPKG

@bookbox/core

Version:

Bookbox — e-book format

13 lines (12 loc) 223 B
export const defaultBlockNameList = [ 'strong', 'em', 'header', 'code', 'label', 'link', 'tooltip', 'math', 'external', ]; export const defaultBlockNames = new Set(defaultBlockNameList);