Categorygithub.com/teamwork/htmltotext
modulepackage
0.0.0-20200109085735-6a8de9c8d10c
Repository: https://github.com/teamwork/htmltotext.git
Documentation: pkg.go.dev

# README

Build Status codecov GoDoc

Convert HTML to plain text.

# Functions

ToDocument removes HTML tags from a document and attempts to format it so it's relatively readable.
ToLine behaves line ToText, but also collapses all newlines to a single space, so the resulting text is always a single line.
ToText removes HTML tags.