Skip to content

Commit cfd9b59

Browse files
authored
docs: add custom parsers to README
Added paragraph about custom parsers to README with links to relevant code and documentation.
1 parent d0726a2 commit cfd9b59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ The Mercury Parser extracts the bits that humans care about from any URL you giv
1313

1414
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.
1515

16+
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).
17+
1618
## How? Like this.
1719

1820
### Installation

0 commit comments

Comments
 (0)