Skip to content

Convert HTML to Markdown with Elixir

License

Notifications You must be signed in to change notification settings

fuww/html2markdown

This branch is 1 commit behind agoodway/html2markdown:main.

Repository files navigation

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:

def deps do
  [
    {:html2markdown, "~> 0.1.5"}
  ]
end

Usage

Html2Markdown.convert(html)

Docs can be found at https://hexdocs.pm/html2markdown.

About

Convert HTML to Markdown with Elixir

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 88.7%
  • Elixir 11.3%