-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from bmoliveira/kajensen-default-color
Kajensen default color - Merging conflicts
- Loading branch information
Showing
5 changed files
with
470 additions
and
84 deletions.
There are no files selected for viewing
118 changes: 118 additions & 0 deletions
118
.../Pods/Target Support Files/Pods-MarkdownKit_Example/Pods-MarkdownKit_Example-resources.sh
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
146 changes: 146 additions & 0 deletions
146
...ple/Pods/Target Support Files/Pods-MarkdownKit_Tests/Pods-MarkdownKit_Tests-frameworks.sh
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
118 changes: 118 additions & 0 deletions
118
Example/Pods/Target Support Files/Pods-MarkdownKit_Tests/Pods-MarkdownKit_Tests-resources.sh
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,4 +68,3 @@ open class MarkdownLink: MarkdownLinkElement { | |
attributedString.addAttributes(attributes, range: range) | ||
} | ||
} | ||
|
Oops, something went wrong.