Registry / utility / mmarkdown-mmark

mmarkdown-mmark

JSON →
library2.0.40+incompatiblegogounverified

Mmark is a powerful markdown processor written in Go, supporting extended syntax for writing IETF documents and other technical specifications.

go get github.com/mmarkdown/mmark
INSTALL
IMPORT
SIG · MMARKDOWN-MMARK
M
mmarkdown-mmark
utilitygov2.0.40+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mmark
github.com/mmarkdown/mmark

Parses a simple markdown document using mmark.

package main import ( "fmt" "github.com/mmarkdown/mmark" ) func main() { input := []byte("# Hello Mmark\n") output, err := mmark.Parse(input) if err != nil { panic(err) } fmt.Println(string(output)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.40+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mmarkdown-mmark — go get mmarkdown-mmark · libregistry