Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
func
WithBaseURL(u string) glamour.TermRendererOption {
35
return
ghMarkdown.WithBaseURL(u)
36
}
37
38
func
Render(text string, opts ...glamour.TermRendererOption) (string, error) {
39
return
ghMarkdown.Render(text, opts...)
Callers
1
viewRun
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected