1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-27 06:01:54 +03:00
Files
bookstack/resources/js/wysiwyg/util.js
Dan Brown e711290d8b Ran eslint fix on existing codebase
Had to do some manual fixing of the app.js file due to misplaced
comments
2023-04-18 22:20:02 +01:00

18 lines
213 B
JavaScript

export const blockElementTypes = [
'p',
'h1',
'h2',
'h3',
'h4',
'h5',
'h6',
'div',
'blockquote',
'pre',
'code-block',
'details',
'ul',
'ol',
'table',
];