Closed
Description
When parsing the following text:
> [exa
mple.com](https://example.com)
Parsed text doesn't match the original text:
parseExpensiMark.ts:250 [react-native-live-markdown] Parsing error: the processed text does not match the original Markdown input. This may be caused by incorrect parsing functions or invalid input Markdown.
Processed input: '"> [exa](https://example.com)\nmple.com"'
Original input: '"> [exa\nmple.com](https://example.com)"'
parseExpensiMark @ parseExpensiMark.ts:250