Make HTML List
Turn the comma separated list into an unordered html list.
Make HTML List
Turn the comma separated list into an unordered html list.
Input
item1,item2,item3,item4,item5
Output
item1
item2
item3
item4
item5