ordered list displays incorrectly
-
Hi
First-time poster – apologies if my description isn’t perfect.
I am trying to replicate a WordPress page (completely duplicate it). It contains an ordered list with nested sub-points, like this:
Example A:
1. bullet
1.1. bullet
1.2. bullet
1.3. bullet
2. bullet
2.1. bullet
2.1.2. bullet
etc.But when I copy the content from the old page to the new page, it comes out like this:
Example B:
1. bullet
1. bullet
2. bullet
3. bullet
2. bullet
1. bullet
1. bullet`etc.
To be clear, even in the old page it is displayed like example B in edit mode, but if you preview the page it shows correctly like example A. But when I copy the content into a new page and then preview, it shows like example B in the preview. I am copying everything from the first page using code editor so expected the results to be identical.
Am using Gutenberg editor in WP.
Can someone suggest what the issue could be?
(sorry, I can’t paste a link to the page as it is private).
- The topic ‘ordered list displays incorrectly’ is closed to new replies.