package
0.0.0-20230330134059-d047b005eae0
Repository: https://github.com/jabingp/mdout.git
Documentation: pkg.go.dev

# Functions

NewParser return parser according to input type.
Parse parse entry.

# Structs

HTMLBytesParser parse html to pdf.
HTMLFileParser parse html file to pdf bytes.
HTMLSourceParser parse html source to pdf bytes.
MDBytesParser markdown parser.
MDFileParser markdown file parser.
TagBytesParser markdown parser.
TagFileParser Parse tag file to tag bytes.

# Interfaces

Parser interface that contain Parse function.