MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
The formatting of the original MML/PML message gets serialized as MD whitespace. This is incorrect as indentation should be meaningless.
Repro: change the formatting of _payloads/templated_message_alltags.messageml or _payloads/expanded_single_jiraticket.presentationml and observe unit test failures. The tests should be insensitive to formatting.
The formatting of the original MML/PML message gets serialized as MD whitespace. This is incorrect as indentation should be meaningless.
Repro: change the formatting of _payloads/templated_message_alltags.messageml or _payloads/expanded_single_jiraticket.presentationml and observe unit test failures. The tests should be insensitive to formatting.