You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There isn't a smart way to deal with this. You're adding a newline before the quote, hence the <br>. I usually solved this by messing with CSS margins.
I currently have an issue with block elements getting these extra
.
For example:
[b]Bold[/b]
[qoute]test[/quote]
gets converted to
<b>Bold</b><br><blockquote>
However, since blockquote and (some other tags) are block elements shouldn't this
at the end be removed?
Is there any way setting to prevent a filter from doing this?
The text was updated successfully, but these errors were encountered: