Hello everyone,
So far WeWeb has been a fantastic low-code editor for me, especially with the new pricing structure!
One little issue I can’t seem to figure out is why my rich text editor output does not include any linebreaks (using the enter key)? I’ve tried using the markup mode and the HTML mode but neither seem to include the line breaks that I add.
Currently I have a workflow to send the output to supabase and then another workflow to retrieve it into a Rich Text component, but even if I try directly hooking up the editor to the rich text component I can’t see my line breaks at all… Also when I look at the output I don’t see any
tags, just and
tags…
Below is what I have in my editor, but when I hit save each line just stacks ontop of each other and ignores the extra line breaks I have added (i.e. between Line 2-5):
Any help would be appreciated!