markdown List Without Bullets



Add below code to your CSS fileļ¼š

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