jhass / insporation

Flutter based client for diaspora*
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

Markdown autolink breaks with two urls inside <> #37

Closed jhass closed 1 year ago

jhass commented 3 years ago

Trigger case:

<http://example.org

http://example.com>

crashes md.AutolinkExtensionSyntax. Does not reproduce at https://dart-lang.github.io/markdown/, not sure why yet.

jhass commented 3 years ago

Upstream bug: https://github.com/dart-lang/markdown/issues/344

jhass commented 1 year ago

Seems fixed upstream.