MCPcopy
hub / github.com/russross/blackfriday / isHTMLTag

Function isHTMLTag

html.go:151–154  ·  view source on GitHub ↗
(tag []byte, tagname string)

Source from the content-addressed store, hash-verified

149}
150
151func isHTMLTag(tag []byte, tagname string) bool {
152 found, _ := findHTMLTagPos(tag, tagname)
153 return found
154}
155
156// Look for a character, but ignore it when it's in any kind of quotes, it
157// might be JavaScript

Callers

nothing calls this directly

Calls 1

findHTMLTagPosFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…