Remarkable icon indicating copy to clipboard operation
Remarkable copied to clipboard

Numbered List Resets After a Code Section

Open BusyBird15 opened this issue 2 years ago • 1 comments

I have in markdown:

  1. number 1
  2. number 2
  3. number 3
print("Hello, world!")
  1. number 4
print("Hello, world!")
  1. number 5
  2. number 6

But it shows as: i. number 1 ii. number 2 iii. number 3

print("Hello, world!")

i. number 4

print("Hello, world!")

i. number 5 ii. number 6

BusyBird15 avatar May 09 '23 22:05 BusyBird15

I know this is much later, but Ffgured I'd share a screenshot: image

BusyBird15 avatar Jan 14 '24 02:01 BusyBird15