Specific formatting causes an ordered list's number to be hidden
The following Markdown:
1. Go to an Issuable with a note
1. Click the note's timestamp to highlight that note
1. Edit the note:
> 
produces the following preview output:
but when rendered, looks like this:
Note the missing 3.
for the third list item.
Test cases
Let's see if it's images!
-
Step 1
-
Step 2
-
Step 3
Image went here
-
Step 1
-
Step 2
-
Step 3