Registry / cli / michaelmure-go-term-markdown

michaelmure-go-term-markdown

JSON →
library0.1.4gogounverified

A Go library for rendering Markdown documents in the terminal with syntax highlighting and formatting.

go get github.com/MichaelMure/go-term-markdown
INSTALL
IMPORT
SIG · MICHAELMURE-GO-TER
M
michaelmure-go-term-markdown
cligov0.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.

markdown
github.com/MichaelMure/go-term-markdown

Render a simple Markdown heading to terminal output.

package main import ( "fmt" "github.com/MichaelMure/go-term-markdown" ) func main() { result := markdown.Render("# Hello", 80, 6) fmt.Println(string(result)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
michaelmure-go-term-markdown — go get michaelmure-go-term-markdown · libregistry