markdown List Without Bullets



Add below code to your CSS file:

ul {
    list-style-type: none;
    padding: 0; 
    margin: 0;
}