Skip to content

Commit

Permalink
docs: add custom parsers to README
Browse files Browse the repository at this point in the history
Added paragraph about custom parsers to README with links to relevant code and documentation.
  • Loading branch information
ftrain authored Feb 6, 2019
1 parent d0726a2 commit cfd9b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ The Mercury Parser extracts the bits that humans care about from any URL you giv

Mercury Parser powers the [Mercury AMP Converter](https://mercury.postlight.com/amp-converter/) and [Mercury Reader](https://mercury.postlight.com/reader/), a Chrome extension that removes ads and distractions, leaving only text and images for a beautiful reading view on any site.

Mercury Parser allows you to easily create custom parsers using simple JavaScript and CSS selectors. This allows you to proactively manage parsing and migration edge cases. There are [many examples available](https://github.com/postlight/mercury-parser/tree/master/src/extractors/custom) along with [documentation](https://github.com/postlight/mercury-parser/blob/master/src/extractors/custom/README.md).

## How? Like this.

### Installation
Expand Down

0 comments on commit cfd9b59

Please sign in to comment.