Home
last modified time | relevance | path

Searched refs:parseHTMLDecl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dhtml.go240 return parseHTMLDecl(p, s, i)
413 func parseHTMLDecl(p *parseState, s string, i int) (Inline, int, bool) { func