If there is a nested
- tag inside an another
- for the nested
- but instead add it to the previous
- . e.g. if I have a Html as below
- List 1
- List 2
-
- Nested List 1
- Nested List 2
- .
Any idea?
Regards
Riaz Afridi
Output:
1. List 1
1. Nested List 1
2. Nested List 2
What I can see after debugging in to the Aspose Word Object model, Aspose actually add an empty
instead of
- . e.g. if I have a Html as below
- and there is no text enter before the nested
- , Aspose does not create a