(un)ordered list custom-element.
- unordered list
ul
identified by-
or*
- ordered list
ol
identified by adigit + dot
-
li
content can be changed through a renderer liketext-m
one
<list-m>
- point 1
- point 2
* point 3
</list-m>
<list-m>
1. point A
- point B
2. point C
</list-m>
<list-m>
1. point|strong/1/
- point 2
2. point 3
</list-m>
Boolean level-up
attribute allows to replace list-m
by its children.
import {} from '@titsoft/list-m'