Skip to content

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:

    > ![Screen_Shot_2016-06-01_at_10.45.01_PM](/uploads/8343b244b167687904be2ff79678a123/Screen_Shot_2016-06-01_at_10.45.01_PM.png)

produces the following preview output:

Screen_Shot_2016-06-01_at_10.47.10_PM

but when rendered, looks like this:

Screen_Shot_2016-06-01_at_10.47.22_PM

Note the missing 3. for the third list item.


Test cases

Let's see if it's images!

  1. Step 1

  2. Step 2

  3. Step 3

    Image went here


  1. Step 1

  2. Step 2

  3. Step 3

    💩


  1. Step 1

  2. Step 2

  3. Step 3

    Screen_Shot_2016-06-01_at_10.54.11_PM