Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
68
func
markdown(src string) string {
69
return
string(blackfriday.Run([]byte(src)))
70
}
71
72
func
readLines(path string) []string {
73
src := mustReadFile(path)
Callers
1
parseAndRenderSegs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected