MCPcopy Index your code
hub / github.com/cloudquery/cloudquery / formatMarkdown

Function formatMarkdown

cli/internal/docs/markdown.go:81–84  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

79}
80
81func formatMarkdown(s string) string {
82 s = reMatchNewlines.ReplaceAllString(s, "\n\n")
83 return reMatchHeaders.ReplaceAllString(s, `$1`+"\n\n")
84}
85
86func indentToDepth(table *schema.Table) string {
87 s := ""

Callers 2

renderTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected