Skip to content

Commit efc9585

Browse files
Update pods and repair ShortLinkRule (#122)
Co-authored-by: Jim van Zummeren <[email protected]>
1 parent 945215f commit efc9585

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Example/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- markymark (10.1.4)
2+
- markymark (11.0.0)
33
- SwiftLint (0.28.1)
44

55
DEPENDENCIES:
@@ -15,7 +15,7 @@ EXTERNAL SOURCES:
1515
:path: "../"
1616

1717
SPEC CHECKSUMS:
18-
markymark: 293d42ad083cb25046d26895755734be72e030db
18+
markymark: e32daf409f7a68eade2d7b927acc0a39a8f589d7
1919
SwiftLint: 7f5f7de0da74a649b16616cb5246ae323489656e
2020

2121
PODFILE CHECKSUM: e6179d5e64bda0057471cea1521ff93bf207a88b

markymark/Classes/Rules/Inline/ShortLinkRule.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ open class ShortLinkRule: InlineRule {
3333
return LinkMarkDownItem(
3434
lines: lines,
3535
content: url ?? "",
36+
title: url ?? "",
3637
url: url ?? ""
3738
)
3839
}

0 commit comments

Comments
 (0)