You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is part of the template from outlook.
It should be able to continue the ordered list numbering after a line break, but when it tries to parse HTML it fails to capture the styles. This also results in no text parsed from html. For some reason it seems to escape the characters when trying to parse the html content resulting in a breakage in the list and add line breaks
For more context,
I am trying to send an email that contains an ordered list and in between each list I add some line break and text,
outlook is able to continue auto numbering from previous number after break. However, the plain text doesn't actually contain said formatting and instead resets the count on the list when a line break occurs. The correct formatting and stylings is within the html.
Is there a way to prioritize converting the html content rather than plain text to keep consistent formatting when parsing the email?
This is part of the template from outlook.
It should be able to continue the ordered list numbering after a line break, but when it tries to parse HTML it fails to capture the styles. This also results in no text parsed from html. For some reason it seems to escape the characters when trying to parse the html content resulting in a breakage in the list and add line breaks
For more context,
I am trying to send an email that contains an ordered list and in between each list I add some line break and text,
outlook is able to continue auto numbering from previous number after break. However, the plain text doesn't actually contain said formatting and instead resets the count on the list when a line break occurs. The correct formatting and stylings is within the html.
Is there a way to prioritize converting the html content rather than plain text to keep consistent formatting when parsing the email?
Email template
email.txt
Expected output (HTML)
Check empty
Actual Output
"\n\n\n\n\n\n\n\n- Test \n
- Test2
- Test3
\nCheck empty
\n\n- Continue
\nHTML
The text was updated successfully, but these errors were encountered: