Question:
I am trying to add a list to my custom panel in the wix blocks editor, just like this:
- Item 1
- Item 2
- Item 3
- etc…
but it simply doesn’t seem possible with a rich text box. Trying to use “\n” just gets ignored and doesn’t show up. How do I add a line break to a panel rich text box or just show a list in a custom panel? Since this is a panel rich text box (https://dev.wix.com/docs/velo/api-reference/$w/panel-rich-text/introduction) not a text box, I don’t have the option to directly set the html
Product:
Wix blocks
What are you trying to achieve:
Ultimately I am trying to display a list but I can’t even seem to get a line break to show up in the panel text.
What have you already tried:
Using standard escape notation “\n”, it does get escaped but it doesn’t create a line break. So “Test \n test” just shows up as “Test test” with no line break.
Additional information: