Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/basecamp/hey-cli
/ htmlToText
Function
htmlToText
internal/tui/html.go:5–7 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
3
import
"github.com/basecamp/hey-cli/internal/htmlutil"
4
5
func
htmlToText(s string) string {
6
return
htmlutil.ToText(s)
7
}
8
9
func
extractImageURLs(s string) []string {
10
return
htmlutil.ExtractImageURLs(s)
Callers
3
TestHtmlToTextDelegates
Function · 0.85
renderEntries
Method · 0.85
fetchJournalEntry
Method · 0.85
Calls
1
ToText
Function · 0.92
Tested by
1
TestHtmlToTextDelegates
Function · 0.68