Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/BookStack
/ TestConvert
Function
TestConvert
utils/html2md/html2markdown_test.go:8–12 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
6
)
7
8
func
TestConvert(t *testing.T) {
9
b, _ := ioutil.ReadFile(
"example/presto.html"
)
10
md := Convert(string(b))
11
ioutil.WriteFile(
"example/code.md"
, []byte(md), 0777)
12
}
Callers
nothing calls this directly
Calls
2
Convert
Function · 0.85
string
Function · 0.85
Tested by
no test coverage detected