MCPcopy
hub / github.com/cli/cli / Render

Function Render

pkg/markdown/markdown.go:38–40  ·  view source on GitHub ↗
(text string, opts ...glamour.TermRendererOption)

Source from the content-addressed store, hash-verified

36}
37
38func Render(text string, opts ...glamour.TermRendererOption) (string, error) {
39 return ghMarkdown.Render(text, opts...)
40}

Callers 15

printHumanViewFunction · 0.92
printHumanCommentFunction · 0.92
renderReleaseTTYFunction · 0.92
renderMarkdownWithFormatFunction · 0.92
printResultsFunction · 0.92
longPagerFunction · 0.92
printHumanIssuePreviewFunction · 0.92
viewRunFunction · 0.92
viewRunFunction · 0.92
renderMarkdownPreviewFunction · 0.92
printHumanPrPreviewFunction · 0.92
formatCommentFunction · 0.92

Calls 1

RenderMethod · 0.65

Tested by

no test coverage detected