]>
BookStack Code Mirror - bookstack/blob - resources/js/wysiwyg/util.js
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
CM6: Added tabbing, fixed dark mode border in WYSIWYG
[bookstack]
/
resources
/
js
/
wysiwyg
/
util.js
1
2
3
export const blockElementTypes = [
4
'p',
5
'h1',
6
'h2',
7
'h3',
8
'h4',
9
'h5',
10
'h6',
11
'div',
12
'blockquote',
13
'pre',
14
'code-block',
15
'details',
16
'ul',
17
'ol',
18
'table'
19
];