]> BookStack Code Mirror - bookstack/blob - resources/js/wysiwyg-tinymce/util.js
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 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.