5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-01-30 14:44:38 +00:00
2020-11-22 15:55:57 +01:00
..
2020-03-01 22:19:33 +01:00
2020-05-24 00:06:21 +02:00
2020-05-24 00:06:21 +02:00
2020-11-22 15:55:57 +01:00
2020-03-01 22:19:33 +01:00
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)