Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created June 9, 2021 04:53
Show Gist options
  • Save iosdevie/97b3a8755c38deea98cf4377c488b1c0 to your computer and use it in GitHub Desktop.
Save iosdevie/97b3a8755c38deea98cf4377c488b1c0 to your computer and use it in GitHub Desktop.
do {
let thankYouString = try AttributedString(
markdown:"**Welcome** to [website](https://example.com)")
} catch {
print("Couldn't parse: \(error)")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment