mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
e711290d8b
Had to do some manual fixing of the app.js file due to misplaced comments
18 lines
213 B
JavaScript
18 lines
213 B
JavaScript
export const blockElementTypes = [
|
|
'p',
|
|
'h1',
|
|
'h2',
|
|
'h3',
|
|
'h4',
|
|
'h5',
|
|
'h6',
|
|
'div',
|
|
'blockquote',
|
|
'pre',
|
|
'code-block',
|
|
'details',
|
|
'ul',
|
|
'ol',
|
|
'table',
|
|
];
|