MCPcopy Index your code
hub / github.com/TruthHun/BookStack / getInnerHtml

Function getInnerHtml

utils/html2md/html2markdown.go:337–344  ·  view source on GitHub ↗
(selection *goquery.Selection)

Source from the content-addressed store, hash-verified

335}
336
337func getInnerHtml(selection *goquery.Selection) (html string) {
338 var err error
339 html, _ = selection.Html()
340 if err != nil {
341 logs.Error(err)
342 }
343 return
344}

Callers 2

compressFunction · 0.85
handleBlockTagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected