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
And this doesn't render the proper html code using BBRuby. [list] [/list] aren't replaced by [ul][/ul] because the regex breaks because of the "list" word in items.
Hi,
I've tried to write something like this:
And this doesn't render the proper html code using BBRuby. [list] [/list] aren't replaced by [ul][/ul] because the regex breaks because of the "list" word in items.
In the regex you have:
The
Part is needed, I'm aware of that. If you replace it with:
Everything should work fine, shouldn't it?
The text was updated successfully, but these errors were encountered: