Markdown source strings that terminate with the following throw RangeError in lib/src/inline_syntaxes/link_syntax.dart:
[](<
[](<>
[](<
[](www.example.com "
[](www.example.com "\
[][\
The problem is lack of EOF checking after several parser.advanceBy(1); lines in that file.
This is related to flutter/flutter#155020.