]>
BookStack Code Mirror - bookstack/blob - resources/js/wysiwyg-tinymce/util.js
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'development' of github.com:BookStackApp/BookStack into development
[bookstack]
/
resources
/
js
/
wysiwyg-tinymce
/
util.js
1
export const blockElementTypes = [
2
'p',
3
'h1',
4
'h2',
5
'h3',
6
'h4',
7
'h5',
8
'h6',
9
'div',
10
'blockquote',
11
'pre',
12
'code-block',
13
'details',
14
'ul',
15
'ol',
16
'table',
17
'hr',
18
];
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.