After grouping inline elements on mixed content, transformations were generating invalid wordml when inline elements not specified were used.
This PR adds a cleanup template that removes unsupported elements, and simplifies the similar inline elements. The new template is applied before grouping elements.
Add support for strikethrough text, subscripts and superscripts.
Removed replace_values method since its not related to the word file generation and was depending on some partials not included and not related to this project.
After grouping inline elements on mixed content, transformations were generating invalid wordml when inline elements not specified were used.
This PR adds a cleanup template that removes unsupported elements, and simplifies the similar inline elements. The new template is applied before grouping elements.
Add support for strikethrough text, subscripts and superscripts.
Removed
replace_values
method since its not related to the word file generation and was depending on some partials not included and not related to this project.