lets say I have field, called field1, with some text: [[term 1]] [[term 2]], [[term 3]] and so on.
If I put {{!!field1}} in the tidller text I get [[term 1]] [[term 2]] [[term 3]], one next to another.
My question is: is there a way to view the results as a simple or a bulleted list?
Thank you!
sklpns
type
An HTML element to use for the overall list element, defaulting to `ul`
subtype
An HTML element to use for each item in the list, defaulting to `li`
class
A CSS class for the overall list element
So if we take the example of the default bulleted list and add a class:
If you are beginner to CSS, like I still consider myself to be, I think Mozilla’s docs are quite well done with interactive examples, e.g. list-style-type - CSS | MDN