So after reading through the slack regarding AnnotatedString, I have some questions
1. I know text composables can be clickable, but is it possible to have portions of the text clickable (ie for resolving links et cetera)?
2. Is it possible to expose the styles with their ranges on the AnnotatedString builder? I ask because if I’m building a string and I replace part of the string but I had already applied a style, the style does not shift with the removal of text (which is fine and makes sense that it wouldn’t). But it would be helpful to have access to the styles that have been appended up to this point to either remove them or offset them by the newly formatted string. (Say because I’m going through a set of rules and formatting text based on these rules)