5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00
matterbridge/vendor/github.com/mattn/godown
Wim 4dd8bae5c9
Update dependencies (#1610)
* Update dependencies

* Update module to go 1.17
2021-10-17 00:47:22 +02: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 Update vendor for next release (#1343) 2020-12-31 14:48:12 +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)