<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Solved] Why do (some) ordered lists show no numbers?]]></title><description><![CDATA[<p dir="auto">Shouldn't ordered lists show list numbers? For example, writing</p>
<pre><code>1. This is the first list item

2. This is the second list item
</code></pre>
<p dir="auto">results in</p>
<ol>
<li>
<p dir="auto">This is the first list item</p>
</li>
<li>
<p dir="auto">This is the second list item</p>
</li>
</ol>
<p dir="auto">which I believe will show no numbers when posted (it doesn't do so on the preview pane). I don't get what the problem is; at a glance I see no difference in the code from other forum posts successfully displaying list item numbers.</p>
]]></description><link>https://forums.opera.com/topic/19954/solved-why-do-some-ordered-lists-show-no-numbers</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 05:46:23 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/19954.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 28 Mar 2017 22:45:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Solved] Why do (some) ordered lists show no numbers? on Wed, 29 Mar 2017 11:35:41 GMT]]></title><description><![CDATA[<p dir="auto">Great info on workarounds and reasons. Thanks!</p>
]]></description><link>https://forums.opera.com/post/117819</link><guid isPermaLink="true">https://forums.opera.com/post/117819</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Wed, 29 Mar 2017 11:35:41 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved] Why do (some) ordered lists show no numbers? on Wed, 29 Mar 2017 09:33:34 GMT]]></title><description><![CDATA[<p dir="auto">In these forums, if you put a blank line between list items in the editor, the numbers/bullets won't be shown in the post. To get them to show, don't put lines between them.</p>
<p dir="auto">This isn't necessary with markdown on reddit though. Numbers/bullets show up just as you'd expect.</p>
<ol>
<li>this</li>
<li>that</li>
<li>another thing</li>
</ol>
<p dir="auto">When you use blanks between the list items in the editor, each list item content gets wrapped in a paragraph. That's supposed to happen. However, something with that situation and the css causes the numbers/bullets to be hidden/removed.</p>
<p dir="auto">According to inspector, it's the overflow: hidden in:</p>
<pre><code>body#dashboard_profile_operabadges table td.Message p {
    margin-bottom: 1em;
    overflow: hidden;
}
</code></pre>
]]></description><link>https://forums.opera.com/post/117818</link><guid isPermaLink="true">https://forums.opera.com/post/117818</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Wed, 29 Mar 2017 09:33:34 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved] Why do (some) ordered lists show no numbers? on Wed, 29 Mar 2017 04:28:46 GMT]]></title><description><![CDATA[<p dir="auto">If you read the markdown notes, using any number should result in a numbered list (you could just use 1 all the time). However ...</p>
<ol>
<li>
<p dir="auto">item 1</p>
</li>
<li>
<p dir="auto">item 2</p>
</li>
<li>
<p dir="auto">item 3</p>
</li>
</ol>
<p dir="auto">As you see, no number is shown.</p>
<p dir="auto">a. item a</p>
<p dir="auto">b. item b</p>
<p dir="auto">c. item c</p>
<p dir="auto">Apparently letters are ignored.</p>
]]></description><link>https://forums.opera.com/post/117798</link><guid isPermaLink="true">https://forums.opera.com/post/117798</guid><dc:creator><![CDATA[sgunhouse]]></dc:creator><pubDate>Wed, 29 Mar 2017 04:28:46 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved] Why do (some) ordered lists show no numbers? on Wed, 29 Mar 2017 01:24:25 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://farm3.staticflickr.com/2832/33669656986_9e3eed857d_o.png" alt class=" img-responsive img-markdown" width="252" height="136" /><br />
 </p>
<ol>
<li>
<p dir="auto">Test</p>
</li>
<li>
<p dir="auto">Test</p>
</li>
<li>
<p dir="auto">Test</p>
</li>
</ol>
]]></description><link>https://forums.opera.com/post/117787</link><guid isPermaLink="true">https://forums.opera.com/post/117787</guid><dc:creator><![CDATA[zalex108]]></dc:creator><pubDate>Wed, 29 Mar 2017 01:24:25 GMT</pubDate></item><item><title><![CDATA[Reply to [Solved] Why do (some) ordered lists show no numbers? on Wed, 29 Mar 2017 00:24:21 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Shouldn't ordered lists show list numbers?</p>
</blockquote>
<p dir="auto">If I understood correctly, <a href="http://daringfireball.net/projects/markdown/syntax#list" target="_blank" rel="noopener noreferrer nofollow ugc">nope</a></p>
]]></description><link>https://forums.opera.com/post/117783</link><guid isPermaLink="true">https://forums.opera.com/post/117783</guid><dc:creator><![CDATA[leocg]]></dc:creator><pubDate>Wed, 29 Mar 2017 00:24:21 GMT</pubDate></item></channel></rss>