README.md
Overview
Convert Markdown input into plaintext
Usage
Input
- (Required): markdown content
Output
- extracted text content
Examples
Input:
"Here's a link to [a website](http://foo.bar), to a [local doc](local-doc.html), and to a [section heading in the current doc](#an-h2-header)."
Output:
Here's a link to "a website" (http://foo.bar), to a "local doc" (local-doc.html), and to a "section heading in the current doc" (#an-h2-header).