#Listed items from ChatGPT always start with the number 1. instead of incrementing

5 messages · Page 1 of 1 (latest)

cedar holly
#

Steps to reproduce:
Ask ChatGPT4 to Fix 250 lines of code with some issues.

Expected result:
List of items to perform should be incremented at each point (i.e. 1., 2., 3., etc).

Actual result:
List of items to perform are not incremented at each point (i.e. 1., 1., 1., etc).

Additional information
Browser: Firefox (latest version)
OS: Windows 11

cobalt bear
#

This doesn't solve the bug but may offer a workaround until fixed:
enumerating all list items as 1 is markdown list syntax, ask it not to use markdown syntax for lists.

#

if this is web code or markdown though the list is correct and when rendered by a browser should show the right numbers.

#

markdown syntax is like this so you can edit lists without manually tracking and renumbering them

#

and you can start a list at a number other than 1 by specifying the number you want to start at instead.