I figured this out! Inserting the escape character backslash to the middle of the number and then inserting an extra line break worked.
So this:
10. An entry 9. Another entry 8. A third entry
became this:
10\. An entry 9\. Another entry 8\. A third entry
This case is pretty specialized I'll admit, but it might be good to add the escape character \ to the markdown reference :)
Dora Rogers
I'm trying to write a post with a top ten list, counting down from number 10 to number 1.
Typing out my list like so:
seems to engage markdown to treat the text in question like an ordered list, starting with the number of the first value. That text in the post looks like this in the preview:
Is there a way to do the countdown that anyone knows of? Possibly some sort of escape character so that Cohost will know not to treat my post as markdown?