How would you create a list with custom bullet point images?
<ul ___> <li>Item</li> </ul>
Use bullet-image="url('image.png')"
bullet-image="url('image.png')"
Use image="url('image.png')"
image="url('image.png')"
Use type="image"
type="image"
Use style="list-style-image: url('image.png')"
style="list-style-image: url('image.png')"