MCPcopy
hub / github.com/cli/cli / WithBaseURL

Function WithBaseURL

pkg/markdown/markdown.go:34–36  ·  view source on GitHub ↗
(u string)

Source from the content-addressed store, hash-verified

32}
33
34func WithBaseURL(u string) glamour.TermRendererOption {
35 return ghMarkdown.WithBaseURL(u)
36}
37
38func Render(text string, opts ...glamour.TermRendererOption) (string, error) {
39 return ghMarkdown.Render(text, opts...)

Callers 1

viewRunFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected