BookStack/resources/js
Dan Brown dd7463259a
Added wysiwyg filter to handle <br> tags within code blocks
This filters out <br> elements within code blocks and replaces them with
newlines. The editor started using <br>'s more harshley after some
configuration changes upon upgrading tinymce, in which we standardised
on forced br tags to avoid empty elements.

For #3327
2022-03-23 15:11:14 +00:00
..
components Improved WYSIWYG code block behaviour via range of fixes 2022-02-27 17:21:24 +00:00
services
wysiwyg Added wysiwyg filter to handle <br> tags within code blocks 2022-03-23 15:11:14 +00:00
app.js
code.mjs