Hi,
I ran in an issue when trying to add tabs [\t] to the replace value in the docx.PlaceholderMap:
replaceMap := docx.PlaceholderMap{
"text": "aaa\tbbb\tccc",
}
The replacement is done, but the tabs [\t] are converted to blanks in the target docx.
Is there anything I missed in the documentation or can do in a different way to get the tabs into the target docx?
Best, Harald