Ordered list was appearing as 1,2,*1*,4,5,6 due to code block interrupting the flow. This fixes the list to appear as 1,2,3,4,5,6. PR Close #39638
Ordered list was appearing as 1,2,*1*,4,5,6 due to code block interrupting the flow. This fixes the list to appear as 1,2,3,4,5,6. PR Close #39638