Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Jul 20, 2016
1 parent 3288474 commit e54a41d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pod "MarkdownKit"
## Supported Elements

```
*italics* or _italics_
*italic* or _italics_
**bold** or __bold__
# Header 1
Expand All @@ -35,7 +35,11 @@ pod "MarkdownKit"
##### Header 5
###### Header 6
`code`
> Quote
* List
`code` or ```code```
[Links](http://github.com/ivanbruel/MarkdownKit/)
```
Expand All @@ -53,6 +57,7 @@ label.attributedText = markdownParser.parse(markdown)

```swift
let markdownParser = MarkdownParser()
markdownParser.automaticLinkDetectionEnabled = false
markdownParser.bold.color = UIColor.redColor()
markdownParser.italic.font = UIFont.italicSystemFontOfSize(300)
markdownParser.header.fontIncrease = 4
Expand Down

0 comments on commit e54a41d

Please sign in to comment.