Cretezy / linkify

Low-level link (text, URLs, emails) parsing library in Dart
https://pub.dartlang.org/packages/linkify
MIT License
62 stars 50 forks source link

Please implement markdown support for embedded links #18

Closed MoacirSchmidt closed 4 years ago

MoacirSchmidt commented 4 years ago

Something like this in text:

Would you like to visit [Google](https://www.google.com)?

Will be rendered as

Would you like to visit Google? (in blue, of course)

You can use flutter_markdown package for this?

Congratulations for your excellent package!

Cretezy commented 4 years ago

This is a none-goal for this package. Use flutter_markdown as you said

This is truly just for text -> link, Markdown parsing is very different should just be handled by a proper Markdown package.

Also transfer to underlying parsing library