Bug Merge urls which span lines

There is a bug in this version
X

Xon

Guest
XF2 merges a number of bb-codes which span lines to workaround <br> vs <p>. the URL bb-code isn't handled, despite font/size/color being handled.

Steffen said:
One of our users has noticed another consequence of XenForo's usage of $.FroalaEditor.ENTER_P.

Consider this BB code:
Code:

Code:
[quote][url=https://www.xenforo.com/]Line 1
Line 2
Line 3
Line 4
Line 5[/url][/quote]

Now let the editor convert this BB code into HTML:

HTML:

Code:
<blockquote>
<p><a href="https://www.xenforo.com/" target="_blank">Line 1</a></p>
<p><a...
Click to expand...

Read more

Continue reading...