<ol> restart numbering problem
The restart numbering of an ordered list did not work. The Author view, Preview, HTML5 and PDF output show the intended number but the HTML Help and Word outputs don't. The numbering starts at 1 for these.
I tested this with a new project (click New Project in the welcome dialog) to simulate.
In the 'First topic', I added:
1 First with ol style
2 Second with ol style
Intermediate text
20 Twentieth with ol style and restart numbering
21 and so on
The HTML output shows line 20 with the correct number. Note that the code shows <li value="20">.
I know that I have made some changes to the li style, so I assumed that these changes caused the problem, so I tried to figure out at what point the problem occurred. I edited the list style ol in default.css with the RH style editor.
I checked Advanced formatting (nothing happens), and then changed Indent from 40px to 36px (by pressing the down caret). This causes the author view to show:
1 Twentieth with ol style and restart numbering
2 and so on
The code is still <li value="20">.
Then I click the up and down caret of Restart numbering and get the right numbers in author view.
20 Twentieth with ol style and restart numbering
21 and so on
The code is now <li style="counter-set: item1 19;">
But the HTML Help shows
1 Twentieth with ol style and restart numbering
2 and so on
And that is the problem.
How can I get this right?
