-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
I'm trying to convert the following list to pdf:
Some text before
* **Item1**: Description1
* **Item1a**: Description1a
* **Item1b**: Description1b
* **Item1c**: Description1c
* **Item1d**: Description1d
* **Item1dI**: Description1dI
* **Item1e**: Description1e
* **Item1eI**: Description1eI
* **Item1eII**: Description1eII
* **Item1eIII**: Description1eIII
* **Item2**: Description2
Some text after
When viewing my page in a browser, the above contents appears as follows:
After I convert the page to pdf using dw2pdf, it appears as follows in the downloaded document:
- Item1e should be an unordered style, but it appears to be converted to an ordered style.
- Item2 should also be an unordered style on the same level as Item1, but it's converted to an ordered style and indented one too many.
- The text after the list is not indented to the same level as text before the list
Metadata
Metadata
Assignees
Labels
No labels

