Open mpbunch opened 5 years ago
Tabs \t do not seem to work in merge fields.
\t should create a tab
\t does not create a tab
document.merge(mergeField="Some description:\n\tThis is a tab.")
I am unable to add tabs to my document. As a hack I tried adding multiple spaces, which does not work either.
Tabs \t do not seem to work in merge fields.
Expected Behavior
\t should create a tab
Current Behavior
\t does not create a tab
Possible Solution
Steps to Reproduce (for bugs)
document.merge(mergeField="Some description:\n\tThis is a tab.")
Context
I am unable to add tabs to my document. As a hack I tried adding multiple spaces, which does not work either.
Your Environment