github.com/russross/blackfriday/v2.HTMLRenderer.tag (method)
6 uses
github.com/russross/blackfriday/v2 (current package)
html.go#L330: func (r *HTMLRenderer) tag(w io.Writer, name []byte, attrs []string) {
html.go#L582: r.tag(w, aTag, attrs)
html.go#L679: r.tag(w, openTag, attrs)
html.go#L711: r.tag(w, openTag[:len(openTag)-1], attrs)
html.go#L764: r.tag(w, codeTag[:len(codeTag)-1], attrs)
html.go#L794: r.tag(w, openTag, attrs)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |