]> BookStack Code Mirror - bookstack/blobdiff - resources/js/wysiwyg/config.js
Fixed OIDC Logout
[bookstack] / resources / js / wysiwyg / config.js
index a0e7156ee6866bdbecdbe9dd43f057aa26b228ff..37b810718f8a2a5ee77a6689c907c35113124cc3 100644 (file)
@@ -268,7 +268,7 @@ export function build(options) {
             '-doc-root[doc-root|#text]',
             '-li[details]',
             '+code-block[pre]',
-            '+doc-root[p|h1|h2|h3|h4|h5|h6|blockquote|code-block|div]',
+            '+doc-root[p|h1|h2|h3|h4|h5|h6|blockquote|code-block|div|hr]',
         ].join(','),
         plugins: gatherPlugins(options),
         contextmenu: false,