Multi level lists not converting From Classic 2019 to New UI RoboHelp 2019
When I convert my existing Classic 2019 to the New UI RoboHelp 2019, the multi level list style does not apply to the converted project. My stylesheet converts with all of the styles defined in classic but the multilevel list style does not appear to be applied during conversion. Has anyone else encountered this? Does anyone have any idea how to fix it automatically? I have several projects to convert with many instances of multilevel lists. See one example below. Thanks, Amy
Classic:
Design:
2. Enter your current Password.
3. Enter your New Password.
The new password must be 8-20 characters long and include a combination of uppercase, lowercase, and numeric characters.
4. Enter your new password in Confirm New Password.
HTML:
<?rh-list_start class="NumberedSteps" level="1" style="list-style: rh-list;
list-style: rh-list;" ?><p class="NumText" style="text-indent: -20px;
margin-left: 40px;">Enter
your current <span style="font-weight: bold;">Password</span>.</p><?rh-list_end ?>
<?rh-list_start class="NumberedSteps" level="1" style="list-style: rh-list;
list-style: rh-list;" ?><p class="NumText" style="text-indent: -20px;
margin-left: 40px;">Enter
your <span style="font-weight: bold;">New Password</span>.</p><?rh-list_end ?>
<p class="StepNoteResult">The new password must be 8-20 characters long
and include a combination of uppercase, lowercase, and numeric characters.</p>
<?rh-list_start class="NumberedSteps" level="1" style="list-style: rh-list;
list-style: rh-list;" ?><p class="NumText" style="text-indent: -20px;
margin-left: 40px;">Enter
your new password in <span style="font-weight: bold;">Confirm New Password</span>.</p><?rh-list_end ?>
New post conversion:
Author:
Enter your current Password.
Enter your New Password.
The new password must be 8-20 characters long and include a combination of uppercase, lowercase, and numeric characters.
Enter your new password in Confirm New Password.
Source:
<p class="NumText NumberedSteps" style="text-indent: -20px;
margin-left: 40px;">Enter your current <span style="font-weight: bold;">Password</span>.</p>
<p class="NumText NumberedSteps" style="text-indent: -20px;
margin-left: 40px;">Enter your <span style="font-weight: bold;">New Password</span>.</p>
<p class="StepNoteResult">The new password must be 8-20 characters long and include a combination of uppercase, lowercase, and numeric characters.</p>
<p class="NumText NumberedSteps" style="text-indent: -20px;
margin-left: 40px;">Enter your new password in <span style="font-weight: bold;">Confirm New Password</span>.</p>
