I am trying to read formatted text from a rich text field via API. However, sometimes different text may result in the same Markdown representation.
For example, each of the following four text snippets:
~a~
~a~
~a~
~a~
is represented in an API res...