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 945215f commit efc9585Copy full SHA for efc9585
Example/Podfile.lock
@@ -1,5 +1,5 @@
1
PODS:
2
- - markymark (10.1.4)
+ - markymark (11.0.0)
3
- SwiftLint (0.28.1)
4
5
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
15
:path: "../"
16
17
SPEC CHECKSUMS:
18
- markymark: 293d42ad083cb25046d26895755734be72e030db
+ markymark: e32daf409f7a68eade2d7b927acc0a39a8f589d7
19
SwiftLint: 7f5f7de0da74a649b16616cb5246ae323489656e
20
21
PODFILE CHECKSUM: e6179d5e64bda0057471cea1521ff93bf207a88b
markymark/Classes/Rules/Inline/ShortLinkRule.swift
@@ -33,6 +33,7 @@ open class ShortLinkRule: InlineRule {
33
return LinkMarkDownItem(
34
lines: lines,
35
content: url ?? "",
36
+ title: url ?? "",
37
url: url ?? ""
38
)
39
}
0 commit comments