If I have a bunch of links that AttributedMarkdown is to parse, such as GitHub(https://github.com/), is there any mechanism for linking the formatted text that just becomes "GitHub", to the URL it's linked to?
Basically, I'm building a system allowing you to tap on the formatted text to open the corresponding URL, but I'm not sure how to get this URL once the text has been formatted.
Are there any recommendations for doing so?
(Apologies if this isn't actually an "issue", so to speak.)