type golang.org/x/pkgsite/internal/postgres.HTMLRenderer
5 uses
golang.org/x/pkgsite/internal/postgres (current package)
goldmark.go#L23: type HTMLRenderer struct {
goldmark.go#L46: r := &HTMLRenderer{
goldmark.go#L56: func (r *HTMLRenderer) RegisterFuncs(reg renderer.NodeRendererFuncRegisterer) {
goldmark.go#L70: func (r *HTMLRenderer) skipImage(w util.BufWriter, source []byte, node ast.Node, entering bool) (ast.WalkStatus, error) {
goldmark.go#L77: func (r *HTMLRenderer) skipNode(w util.BufWriter, source []byte, node ast.Node, entering bool) (ast.WalkStatus, error) {
 |
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. |