MCPcopy
hub / github.com/gobyexample-cn/gobyexample / markdown

Function markdown

tools/generate.go:68–70  ·  view source on GitHub ↗
(src string)

Source from the content-addressed store, hash-verified

66}
67
68func markdown(src string) string {
69 return string(blackfriday.Run([]byte(src)))
70}
71
72func readLines(path string) []string {
73 src := mustReadFile(path)

Callers 1

parseAndRenderSegsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected