Registry / utility / gobuffalo-github-flavored-markdown

gobuffalo-github-flavored-markdown

JSON →
library1.1.4gogounverified

Package github_flavored_markdown provides a GitHub Flavored Markdown renderer with fenced code block highlighting and clickable heading anchor links.

go get github.com/gobuffalo/github_flavored_markdown
INSTALL
IMPORT
SIG · GOBUFFALO-GITHUB-F
G
gobuffalo-github-flavored-markdown
utilitygov1.1.4
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.

github_flavored_markdown
github.com/gobuffalo/github_flavored_markdown

Renders a Markdown string to HTML with GitHub Flavored Markdown.

package main import ( "fmt" "github.com/gobuffalo/github_flavored_markdown" ) func main() { input := "# Hello\n\nThis is **bold** text." output := github_flavored_markdown.Markdown(input) fmt.Println(string(output)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gobuffalo-github-flavored-markdown — go get gobuffalo-github-flavored-markdown · libregistry