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.
if let
1 parent 656cf39 commit 36b71b3Copy full SHA for 36b71b3
Sources/Markdown/Inline Nodes/Inline Containers/Link.swift
@@ -64,7 +64,7 @@ public extension Link {
64
}
65
66
var isAutolink: Bool {
67
- guard let destination,
+ guard let destination = destination,
68
childCount == 1,
69
let text = child(at: 0) as? Text,
70
destination == text.string else {
0 commit comments