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.
Adding the "list-style: none" CSS class to the unordered list (<ul>) or ordered list (<ol>) tag removes any bullet or number.
Making CSS Remove Bullets It is possible to remove bullets from ul lists by setting the CSS list-style-type property to none . As a result, the bullets disappear from the list. Note: to get rid of the automatic indentation, you can also set margin and padding to 0.
Bullet point lists can be created by starting each line with an asterisk followed by a space before the content of the bullet point.
To create an unordered list, add dashes ( - ), asterisks ( * ), or plus signs ( + ) in front of line items. Indent one or more items to create a nested list.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With