I created a repeatable with just one editable in it - a nicedit since richtext is not supported in a repeatable. However I'm having a problem with it compressing out spaces. In source mode, I enter:
And after saving it becomes:
- Code: Select all
This is a test:<p style="text-shadow: 0px 0px 10px #ff0000;">This should be highlighted text.</p>
And after saving it becomes:
- Code: Select all
This is a test:<p style="text-shadow:0px0px10px#ff0000;">This should be highlighted text.</p>