question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[List] Ordered lists should have dots after numbers

See original GitHub issue

Default HTML ordered lists <ol> contains dot after number:

  1. Coffe
  2. Tea
  3. 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:open
  • Created 7 years ago
  • Comments:7

github_iconTop GitHub Comments

4reactions
MurzNNcommented, Feb 23, 2018

Why this is stalled? This feature is very needed!

1reaction
sathakorecommented, Sep 10, 2018

Is there an alternate way to add dots after numbers in an ordered list?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found