1
0
mirror of https://github.com/mattn/godown.git synced 2024-11-21 13:15:54 +02:00
Convert HTML into Markdown
Go to file
mattn 43ad2e5393
Merge pull request #26 from stephenafamo/italics-style
Add option to use asterix for italics
2023-12-14 21:52:49 +09:00
cmd/godown implement guesslang 2018-03-08 13:13:27 +09:00
testdata Merge pull request #17 from stephenafamo/tables 2021-05-08 22:31:37 +09:00
.gitignore add .gitignore 2018-03-03 21:55:23 +09:00
.travis.yml fix .travis.yml 2018-03-03 22:22:21 +09:00
go.mod Add go.mod 2020-02-18 00:23:30 +09:00
go.sum Add go.mod 2020-02-18 00:23:30 +09:00
godown_test.go Add option to use asterix for italics 2023-12-14 12:04:08 +00:00
godown.go Add option to use asterix for italics 2023-12-14 12:04:08 +00:00
LICENSE add LICENSE 2018-03-03 22:27:09 +09:00
README.md update README.md 2018-03-09 00:01:06 +09: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)