When using placeholders such as $NOTES$ we can insert text into a user created Template without issue. The docx created will use the styling applied to $NOTES$ from within the template using: replaceVariableByText
If $NOTE$ is stored as html, then we can recreate the styling in the created docx using: replaceVariableByHTML
What we can not seem to do, it to create a docx using html, but also keep the styling that the customer has applied for $NOTES$ on their template - it always reverts back to default font and size when using replaceVariableByHTML - Is it possible to do ?