Thanks for your great extension to make HTML2PPTX easier. Playing around with uls and ols I figured out, that handling li correctly might be missing. Even in the example demo.js the last item of an opening "
" is just shown as simple text without any bullet like the sublinge before. In the demo there are missing the closing "</li"> elements, too.
So, having placed that HTML converter in common text (a slide of my node app), the list items are shown next to each other instead of being listet after each other. Using that HTML converter within table cell content, the items are listet, but without an bullet icon.
Thanks for your great extension to make HTML2PPTX easier. Playing around with uls and ols I figured out, that handling li correctly might be missing. Even in the example demo.js the last item of an opening "
So, having placed that HTML converter in common text (a slide of my node app), the list items are shown next to each other instead of being listet after each other. Using that HTML converter within table cell content, the items are listet, but without an bullet icon.