html-to-pdfmake: Problem with lists (both ul and ol)

Love your code and sorry to be a nuisance but I’m getting unpredictable results from simple lists

`<p>desc</p><ul><li>line 1</li><li>line 2</li></ul>
<ol><li>line 1</li><li>line 2</li></ol>`

Works fine in your playground but creates this when made file-7.pdf

Help much appreciated.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 1
  • Comments: 17 (8 by maintainers)

Commits related to this issue

Most upvoted comments

You’ll have to find the problem by yourself, because when I test with <p><strong>DDDDD</strong></p><ol><li>jkdbkjdf</li><li>bjdbfkjadsf</li><li>kjdnfkadf</li></ol><ul><li>kjdfkajdsfnla</li></ul><p><br></p><p>ljasdbfjads ajdhfpija sdifhapisd iasdpfj pOSDJF POIASJDF</p>, it looks good to me: image

Mmmhhhh… OK, I found there is a problem, indeed.

I’ll have to investigate to find the cause and find a solution. It could take a few days.