Does weweb text or rich text supports BB codes?

Does weweb text or rich text supports BB codes? I tried both text and rich text but they only reconnize urls not bb codes. Any help is appreciated.

Hi Jefe :waving_hand:

Sorry about the late reply.

WeWeb’s Text and Rich Text elements don’t support BBCode ,that syntax isn’t parsed or rendered.
However, you can use Markdown instead for basic formatting like:

**bold**bold
_italic_italic
[link](https://example.com)link

Markdown works well in the Rich Text element, and you can bind dynamic Markdown strings to it too.

1 Like