Categorygithub.com/writeas/godown
modulepackage
0.0.0-20180312012330-2e9e17e0ea51
Repository: https://github.com/writeas/godown.git
Documentation: pkg.go.dev

# README

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)

# Packages

No description provided by the author

# Functions

Convert convert HTML to Markdown.

# Structs

No description provided by the author