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.
No, with pure markdown this is not possible.
Think of Markdown as a simpler syntax for HTML. To change the styling you'll need to add a CSS to the generated HTML.