Numbered list in reverse order #4904
Unanswered
Koushikphy
asked this question in
Q&A
Replies: 1 comment
-
I haven't been able to make reversed lists work when written in Markdown, but it is possible if you write the list in HTML. In HTML, you need to add <ol reversed>
<li>Apples</li>
<li>Bananas</li>
<li>Coconuts</li>
<li>Dragonfruit</li>
<li>Eggplants</li>
</ol> I tried using a few different ways of adding that 1. Bananas
2. Coconuts
3. Dragonfruit
4. Eggplants
5. Apples
{:other: reversed="true"} Here's how the above two lists are rendered on my site: When I use my browser inspector tools, the I hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add a list or items that shows up as a reverse numbered list?
Beta Was this translation helpful? Give feedback.
All reactions