Numbering in ordered list with profiling attributes
Posted: Fri Apr 01, 2022 7:38 am
Hi,
In our document we have ordered lists with profiling attributes.
When hiding excluded contents by profiling setting, the Author view does not display the numbers continuously.
How to customize this numbers by css?
Source
As Is (Novice excluded)
1. First item
3. Second item
To be (Novice excluded)
1. First item
2. Second item
In our document we have ordered lists with profiling attributes.
When hiding excluded contents by profiling setting, the Author view does not display the numbers continuously.
How to customize this numbers by css?
Source
Code: Select all
<ol>
<li>First item</li>
<li audience="novice">Second item</li>
<li audience="expert">Second item</li>
</ol>
1. First item
3. Second item
To be (Novice excluded)
1. First item
2. Second item