X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ee24635e06a8c01d751f80caba47c57f76e8989d..refs/pull/4191/head:/resources/js/wysiwyg/util.js diff --git a/resources/js/wysiwyg/util.js b/resources/js/wysiwyg/util.js index 1f63b6529..68b6aabfc 100644 --- a/resources/js/wysiwyg/util.js +++ b/resources/js/wysiwyg/util.js @@ -1,5 +1,3 @@ - - export const blockElementTypes = [ 'p', 'h1', @@ -15,5 +13,5 @@ export const blockElementTypes = [ 'details', 'ul', 'ol', - 'table' -]; \ No newline at end of file + 'table', +];