[Golang] HTML to reStructuredText


Introduction

Based on my previous work [7], convert HTML to restructuredtext in Go via net/html package.

The following HTML node/element is supported:

Install html2rst Package

$ go get -u github.com/siongui/html2rst