Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Add default tags to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed Aug 24, 2015
1 parent cdce48f commit d480558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ let attributedString = document?.attributedStringWithStylesheet(stylesheet)
```

A `Stylesheet` allows you to decorate HTML markup with `NSAttributedString` attributes. Any attributes applied to the `*` selector are given to the attributed string upon initialization before other rules are applied. Attributes are computed for a given selector by performing a distinct union of all attributes that match that selector in the stylesheet.

Escapement will render `a`, `strong`, `b`, `em`, `i`, `s`, and `del` tags by default.

0 comments on commit d480558

Please sign in to comment.