UNPKG
@bookbox/core
Version:
latest (0.4.0)
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
Bookbox — e-book format
@bookbox/core
/
build
/
esm
/
model
/
elements.js
13 lines
(12 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
const
defaultBlockNameList = [
'strong'
,
'em'
,
'header'
,
'code'
,
'label'
,
'link'
,
'tooltip'
,
'math'
,
'external'
, ];
export
const
defaultBlockNames =
new
Set
(defaultBlockNameList);