Skip to content

mdw-go/mdw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github.com/mdw-go/mdw

This Go module contains a package that converts markdown content to html.

The API is simple:

var input io.Reader // The input data, possibly as a file, or buffer, etc.
var output bytes.Buffer
n, err := mdw.Convert(&output, input)
if err != nil {
panic(err)
}
fmt.Println(n, "bytes read")
fmt.Println(output.String())

About

MarkDown by Whatcott (mdw) oh, and Claude and Codex helped

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages