jhass / insporation

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

Markdown: Image embeds fail if alt-text contains URL #33

Open denschub opened 3 years ago

denschub commented 3 years ago

For the following markdown (URL in the alt text is significant):

![alt text with https://example.com](https://placekitten.com/50/50)

Expected:

expected

Actual:

actual

denschub commented 3 years ago

I should add that this is on iOS, build 1.0.0 (97), not sure if that's significant.

jhass commented 3 years ago

https://github.com/dart-lang/markdown/issues/343