hi
I have a problem.
my generated docx not a line break.
I'm using data binding by xml code.
I looked up how many line breaks.
but all not working.
this is list
"
"
"
"
"\r\n -> \n"
I tryed replace \r\n with above strings
below is my xml sample source
<Root>
<planNo>149</planNo>
<Header>Special tea is just tea. car is car.</Header>
</Root>
<Header>Special tea is just tea.
car is car.</Header> <- not working
thanks!