[List] Ordered lists should have dots after numbers
See original GitHub issueDefault HTML ordered lists <ol>
contains dot after number:
- Coffe
- Tea
- Milk
But lists with Semantic UI don’t contain dot at the end
1 Coffe 2 Tea 3 Milk
Please add style with dots at end of item number.
Issue Analytics
- State:
- Created 7 years ago
- Comments:7
Top Results From Across the Web
Bulleted and Numbered Lists - Punctuation - Purchase College
Numbered lists may appear with or without the period after the number. One has flexibility in choosing styles for punctuating lists, as long...
Read more >How do you hide the dot after the bullet number in an ordered ...
From this answer, it appears that the answer is: ol { counter-reset: item; list-style-type: none; } ol li { display: block; } ol...
Read more >HTML List – How to Use Bullet Points, Ordered, and ...
An ordered list uses numbers or some sort of notation that indicates a series of items. For example, an ordered list can start...
Read more >How to Punctuate Bulleted and Numbered Lists - PerfectIt
However, there is never a reason for punctuation within a list to be inconsistent. For example, the first item in a list should...
Read more ><ol>: The Ordered List element - HTML - MDN Web Docs
An integer to start counting from for the list items. Always an Arabic numeral (1, 2, 3, etc.), even when the numbering type...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Why this is stalled? This feature is very needed!
Is there an alternate way to add dots after numbers in an ordered list?