Creates a table with bullets ul like
- @param: bullet: {String} provides the bullet symbol (Default: •) or provide image path to use image as bullet
- @param: bulletAlt: {String} provides the alt attribute value if image is used as bullet
- @param: class: {String} add a specific class to the built table (optional)
- @param: type: {String} set type of the list ul/ol (Default: ul).Type ol will put numbers for each item
@usage
Each line starting with '-' will be transformed into the list item
NOTE no spaces allowed before the item starting -