Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Final release candidate 1.0-RC-2 is available.

Thank you for your continuing work and effort on bbPress.

I upgraded from RC1 to RC2 and something seems to be messy with the way additional markup is handled.

So far, users could use syntax like this:

<a href='http://bbpress.org'><img src='https://bbpress.org/test.jpg' /></a>

to link a picture for example.

Now with RC2, the ‘…’ upper commas aren’t recognized any longer but instead you’d have to write:

<a href=http://bbpress.org><img src=https://bbpress.org/test.jpg /></a>

and “…” quotation marks will be automatically added.

Now the problem is that once the user edits a comment with such markup later on, the now present “…” will again not be recognized and turned into broken code instead.

Skip to toolbar