Registry / utility / writeas-go-strip-markdown

writeas-go-strip-markdown

JSON →
library2.0.1+incompatiblegogounverified

Strips Markdown formatting from text, returning plain text content.

go get github.com/writeas/go-strip-markdown
INSTALL
IMPORT
SIG · WRITEAS-GO-STRIP-M
W
writeas-go-strip-markdown
utilitygov2.0.1+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.

stripmd
github.com/writeas/go-strip-markdown

Strips Markdown from a string and prints the plain text.

package main import ( "fmt" "github.com/writeas/go-strip-markdown" ) func main() { plain := stripmd.Strip("# Hello\n\nThis is **bold** text.") fmt.Println(plain) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
writeas-go-strip-markdown — go get writeas-go-strip-markdown · libregistry