You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] Ensure nested w:sdt -> w:sdtContent node paresing for Document
Nodes can be nested or directly provided for the document structure.
Until now, the `sdt->sdtContent` wrapping have not been respected.
This change moves the node parsing for a document to a dedicated
method and make it recursivly callable to unnest the wrapped node.
0 commit comments