We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a50704f
There was an error while loading. Please reload this page.
Replaced a deprecated property (f0387fc, a50704f), thanks to @caocanx.
07e31c8
Setting the link activation handler is now more ergonomic.
Before:
MarkdownWebView("Text", onLinkActivation: { url in print(url) })
Now:
MarkdownWebView("Text") .onLinkActivation { url in print(url) }
56b451b
Ensured basic features can't be messed up with custom stylesheet
8dc312f
You can now supply your own stylesheet.