elapouya / python-docx-template

Use a docx as a jinja2 template
GNU Lesser General Public License v2.1
1.98k stars 385 forks source link

Change from line breaks to new line in Word. #544

Open learzahaker opened 4 months ago

learzahaker commented 4 months ago

When im trying to print var that contains multiple line in it, it shows that the line is seperated by only line break in word (^l). is there any ways to seperate each line in new line in word(^p).?

I need to use 'justify' paragraph which will make my issue look worst.

image image