We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6aeec4 commit 66dccecCopy full SHA for 66dccec
Sources/MarkdownUI/Utility/Deprecations.swift
@@ -65,11 +65,7 @@ extension View {
65
@available(
66
*,
67
unavailable,
68
- message:
69
- """
70
- "MarkdownImageHandler" has been superseded by the "ImageProvider" protocol and its conforming
71
- types "DefaultImageProvider" and "AssetImageProvider".
72
+ message: "You can create a custom link action by overriding the \"openURL\" environment value."
73
)
74
public func onOpenMarkdownLink(perform action: ((URL) -> Void)? = nil) -> some View {
75
self
0 commit comments