When using {{#html}}, the content is always inserted as a separate block, not inline with existing text.
This happens because both Word and Excel do not support inserting HTML directly inside an existing line of text. Instead, the HTML is converted and added as a separate element (like a new paragraph in Word or a separate content block in Excel).
If you need the content to stay in the same line, we recommend using a regular token like {{textData}} and passing plain text instead of HTML. You can then apply the desired formatting directly in the Word template.
If you have another reason or scenario, please describe it so I can help you properly.
If you have a different scenario or requirement, please feel free to describe it, so I can help you properly.
Regarding the Conditional line break in Word, could you please provide an example of how it should work and look?
If you need to hide certain text, you can use the hide-if operator. Please refer to the following article: Logical operation hide-if