Html2Markdown (html2markdown v0.1.1)
A library for converting HTML to Markdown syntax in Elixir
Summary
Functions
Converts the content from an HTML document to Markdown (removing non-content sections and tags)
Functions
Link to this function
convert(document)
Converts the content from an HTML document to Markdown (removing non-content sections and tags)
TODO:
- Allow passing/overriding of tags and classes
- Allow skipping of tag & element removal
- Handle lists nested within lists
- Deal with space between end of sentence and period (and similar cases)