]> BookStack Code Mirror - bookstack/commit
Fixed code snippets being added as single line
authorDan Brown <redacted>
Tue, 21 Jun 2022 11:01:06 +0000 (12:01 +0100)
committerDan Brown <redacted>
Tue, 21 Jun 2022 11:01:06 +0000 (12:01 +0100)
commit9dd69b04b8bcb32abe9db60627a52690629bcb52
tree3d472e02dafa081aff5972170529386a2748f0af
parent0c6f598d9172a5b69968a7442b947e2a3694f053
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
resources/js/wysiwyg/plugin-codeeditor.js