5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 04:22:32 +00:00
matterbridge/vendor/github.com/mattn/godown
2020-03-01 22:19:33 +01:00
..
.gitignore Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
.travis.yml Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
godown.go Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
LICENSE Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00
README.md Add initial Microsoft Teams support 2020-03-01 22:19:33 +01:00

godown

Build Status Codecov GoDoc Go Report Card

Convert HTML into Markdown

This is work in progress.

Usage

err := godown.Convert(w, r)
checkError(err)

Command Line

$ godown < index.html > index.md

Installation

$ go get github.com/mattn/godown/cmd/godown

TODO

  • escape strings in HTML

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)