Changing ListItem index
Is it possible to change the index of a ListItem? For example,
Result:
Result:
<List>
<ListItem Index=1>
<Paragraph>A</Paragraph>
</ListItem>
<ListItem Index=3>
<Paragraph>C</Paragraph>
</ListItem>
</List>1. A
3. C