Skip to content

Commit

Permalink
Update pods and repair ShortLinkRule (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: Jim van Zummeren <[email protected]>
  • Loading branch information
jvanzummeren and jimvanzummeren authored Jan 23, 2023
1 parent 945215f commit efc9585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- markymark (10.1.4)
- markymark (11.0.0)
- SwiftLint (0.28.1)

DEPENDENCIES:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
markymark: 293d42ad083cb25046d26895755734be72e030db
markymark: e32daf409f7a68eade2d7b927acc0a39a8f589d7
SwiftLint: 7f5f7de0da74a649b16616cb5246ae323489656e

PODFILE CHECKSUM: e6179d5e64bda0057471cea1521ff93bf207a88b
Expand Down
1 change: 1 addition & 0 deletions markymark/Classes/Rules/Inline/ShortLinkRule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ open class ShortLinkRule: InlineRule {
return LinkMarkDownItem(
lines: lines,
content: url ?? "",
title: url ?? "",
url: url ?? ""
)
}
Expand Down

0 comments on commit efc9585

Please sign in to comment.