I want to create a list in Markdown, but without bullet points. Is that possible?
The only recommended ways I found so far are using HTML, which I want to avoid.
Like @mb21 specified, here is the CSS if someone needs:
ul { list-style-type: none; margin-left: 40px; }