Packages

Extract the content from an HTML document to Markdown (removing non-content sections and tags)

Current section

Files

Jump to
html2markdown README.md
Raw

README.md

# Html2Markdown
Extract the content from an HTML document to Markdown (removing non-content sections and tags)
## Installation
Add `html2markdown` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:html2markdown, "~> 0.1.2"}
]
end
```
## Usage
```elixir
Html2Markdown.convert(html)
```
Docs can be found at <https://hexdocs.pm/html2markdown>.