Forum


Replies: 1   Views: 1273
Html is not being rendered in list (addlist)
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 03-09-2020 - 18:12

Hello,

WordFragments added in addList and some other block contents that only allows inline elements, remove block contents from the WordFragment (https://www.phpdocx.com/documentation/practical/wordfragments-and-wordml), so only inline contents are added. You need to use embedHTML or addList standalone to generate block contents inside other block contents.

Regards.