[Bug]: Text content gets removed when a new extension is created for it when the extension tag has textcontent and node element data together with it #5795
Text content gets removed when an extension a new extension is created for it when the extension tag has textcontent and node element data together with it
Affected Packages
table
Version(s)
2.0.0.beta
Bug Description
Text content gets removed when an extension a new extension is created for it when the extension tag has textcontent and node element data together with it
My extension
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
This is the given node to this extension
But after getting processed by the extension we are getting this as the renderHTML for caption
Below data in the given paragraph is getting removed
Additional Context (Optional)
Have tried most of all the content methods mentioned in the documentaion
content: inline*
content: (inline|text)+
content: (inline|paragraph)+
content: paragraph*
content: paragraph+
and so on
Dependency Updates