Skip to content

dw2pdf plugin does not render lists properly #516

@jafeucht

Description

@jafeucht

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:

Image

After I convert the page to pdf using dw2pdf, it appears as follows in the downloaded document:

Image

  • 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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions