BookStack/resources/js/wysiwyg
Dan Brown 9dd69b04b8
Fixed code snippets being added as single line
TinyMCE was adding attributes to <br> elements within code blocks which
would then not be converted to newlines by our code regex match.
This changes the conversion to use dom querying instead.

Fixes #3507
2022-06-21 12:01:06 +01:00
..
common-events.js
config.js
drop-paste-handling.js
plugin-codeeditor.js Fixed code snippets being added as single line 2022-06-21 12:01:06 +01:00
plugin-drawio.js
plugins-about.js
plugins-customhr.js
plugins-details.js
plugins-imagemanager.js
plugins-stub.js
plugins-tasklist.js
scrolling.js
shortcuts.js
toolbars.js